std::regex_constants::match_flag_type
De cppreference.com
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <regex>
|
||
typedef /*unspecified*/ match_flag_type; static constexpr match_flag_type match_default = 0 static constexpr match_flag_type match_not_bol = /*unspecified*/; static constexpr match_flag_type match_not_eol = /*unspecified*/; static constexpr match_flag_type match_not_bow = /*unspecified*/; static constexpr match_flag_type match_not_eow = /*unspecified*/; static constexpr match_flag_type match_any = /*unspecified*/; static constexpr match_flag_type match_not_null = /*unspecified*/; static constexpr match_flag_type match_continuous = /*unspecified*/; static constexpr match_flag_type match_prev_avail = /*unspecified*/; static constexpr match_flag_type format_default = 0; static constexpr match_flag_type format_sed = /*unspecified*/; static constexpr match_flag_type format_no_copy = /*unspecified*/; static constexpr match_flag_type format_first_only = /*unspecified*/; |
||
Especifica opções adicionais de correspondência de expressão regular. É um
BitmaskType, as seguintes constantes são definidas:Original:
Specifies additional regular expression matching options. It is a
BitmaskType, the following constants are defined:The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Nota:
[first, last) refere-se à seqüência de caracteres sendo correspondida.Original:
Note:
[first, last) refers to the character sequence being matched.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
