Files
cppdraft_translate/cppdraft/re/regex/operations.md
2025-10-25 03:02:53 +03:00

900 B

[re.regex.operations]

28 Text processing library [text]

28.6 Regular expressions library [re]

28.6.7 Class template basic_regex [re.regex]

28.6.7.4 Constant operations [re.regex.operations]

🔗

unsigned mark_count() const;

1

#

Effects: Returns the number of marked sub-expressions within the regular expression.

🔗

flag_type flags() const;

2

#

Effects: Returns a copy of the regular expression syntax flags that were passed to the object's constructor or to the last call to assign.