std::regex_constants::match_flag_type - cppreference.com
Espaços nominais
Variantes
Ações

std::regex_constants::match_flag_type

De cppreference.com

<metanoindex/>

 
 
Biblioteca de expressões regulares
Classes
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
Algoritmos
Original:
Algorithms
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Iteradores
Original:
Iterators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exceções
Original:
Exceptions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Características
Original:
Traits
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Constantes
Original:
Constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
 
<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.
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.