POSIX Extended Regular Expression Syntax

Version:
2023.1
Last modified: May 17, 2023

POSIX extended regular expressions can be constructed in Boost.Regex by passing the flag extended to the regex constructor.

boost::regex e1(my_expression boost::regex::extended);

Visit POSIX Extended Regular Expression Syntax for more information regarding...

  • Wildcards
  • Anchors
  • Marked sub-expressions
  • Repeats
  • Alternation
  • Character sets
  • Escapes
Was This Page Helpful?

Running into problems or issues with your Alteryx product? Visit the Alteryx Community or contact support. Can't submit this form? Email us.