Regular expressions: Difference between revisions

Content added Content deleted
(→‎{{header|C++}}: Edited to reflect usage of C++11's regex, but kept a Boost.Regex blurb for C++03 and earlier)
m (→‎{{header|C++}}: format fix)
Line 586: Line 586:


=={{header|C++}}==
=={{header|C++}}==
{{works with|g++|4.0.2}} (may need to be retested?)
{{works with|g++|4.0.2 (may need to be retested?)}}
Standards earlier than C++11 can make use of Boost's Regex library via boost/regex.hpp
Standards earlier than C++11 can make use of Boost's Regex library via boost/regex.hpp