Opened 9 years ago
Closed 7 years ago
#9904 closed Bugs (obsolete)
regex error in 1.55.0
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | regex |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This POSIX regex matches incorrectly: [
s
.;=,(){}
[<>]]+ (also if
] is escaped). But []
s
.;=,(){}
[<>]+ matches correctly. The first
regex matches the whole input as one token, while the second matches
each token in the input which is separated by the above enumerated
characters.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 7 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
With apologies for the long delay in getting to this.... and I'm afraid I don't understand, can you please provide a self-contained test case?
Many thanks.