Opened 11 years ago

Closed 11 years ago

#6154 closed Bugs (fixed)

Regex documentation introduction and overview page error

Reported by: greg@… Owned by: John Maddock
Milestone: To Be Determined Component: regex
Version: Boost 1.48.0 Severity: Cosmetic
Keywords: Cc:

Description

The credit card example gives the first statement of the expression as:

(\d{4}){3}\d{4}

which is missing the [- ] that is present in the C++ version.

Change History (2)

comment:1 by Michel Morin <mimomorin@…>, 11 years ago

Component: Documentationregex
Owner: changed from Matias Capeletto to John Maddock

comment:2 by John Maddock, 11 years ago

Resolution: fixed
Status: newclosed

(In [76139]) Fix typo and regenerate docs. Fixes #6154.

Note: See TracTickets for help on using tickets.