cpp/regex/basic regex/ECMAScript: differenze tra le versioni
Da cppreference.com.
< cpp | regex | basic regex
P12 (Discussione | contributi) m (una revisione importata: Translate from the English version) |
m (Use {{lc}}. Update links. Various fixes.) |
||
Riga 3: | Riga 3: | ||
{{cpp/regex/basic_regex/navbar}} | {{cpp/regex/basic_regex/navbar}} | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{header | regex}} |
− | {{ | + | {{| 1= |
static constexpr std::regex_constants::syntax_option_type | static constexpr std::regex_constants::syntax_option_type | ||
ECMAScript = std::regex_constants::ECMAScript; | ECMAScript = std::regex_constants::ECMAScript; | ||
}} | }} | ||
− | {{ | + | {{end}} |
− | {{tr|Definisce una copia di {{ | + | {{tr|Definisce una copia di {{|std::regex_constants::ECMAScript}}.|Defines a copy of {{|std::regex_constants::ECMAScript}}.}} |
===Vedi anche=== | ===Vedi anche=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/regex/syntax_option_type}} |
− | {{ | + | {{end}} |
Versione attuale delle 14:56, 2 lug 2013
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
Elemento definito nell'header <regex>
|
||
static constexpr std::regex_constants::syntax_option_type ECMAScript = std::regex_constants::ECMAScript; |
||
Definisce una copia di std::regex_constants::ECMAScript.
Original:
Defines a copy of std::regex_constants::ECMAScript.
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.
[modifica] Vedi anche
(C++11) |
Opzioni generali di controllo del comportamento delle regex Original: general options controlling regex behavior The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (typedef) |