What is the Boost :: Regex equivalent of this Perl regular expression for words that end in ingor edor en?
ing
ed
en
/ing$|ed$|en$/
...
/^[\.:\,()\'\`-]/
should become
"^[.:,()'`-]"
Perl / ++, . , (\\ \ ). , , , .
/
\\
\
; , Perl (, lookbehind) Boost. , . . . .*[0-9].* , -, all numbers.
.*[0-9].*
all numbers
, ++ , (, \w \d ("\\w" "\\d")
\w
\d
"\\w"
"\\d"
Source: https://habr.com/ru/post/1738955/More articles:Regular expression that excludes characters before code 255 - javacurl cookie does not create success - phpASP.NET MVC - a problem with the processing of messages in the drop-down list - c #Get more records that appear more than once - sqlEclipse: How to set the {user} variable? - eclipseGet the union of two series having different root elements in Websphere TX - websphereHow to find out when StatusBar (iPhone) resized - iphoneStarting with jquery 1.4, should I consider previous versions? - jqueryWorking with fields that can be fully or completely changed - c #Combining data from different databases into one with minimal delay - sql-serverAll Articles