Namespace
Varianti

cpp/regex/basic regex/ECMAScript: differenze tra le versioni

Da cppreference.com.
< cpp‎ | regex‎ | basic regex
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}}
  
{{ddcl list begin}}
+
{{begin}}
{{ddcl list header | regex}}
+
{{header | regex}}
{{ddcl list item | 1=
+
{{| 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;
 
}}
 
}}
{{ddcl list end}}
+
{{end}}
  
{{tr|Definisce una copia di {{c|std::regex_constants::ECMAScript}}.|Defines a copy of {{c|std::regex_constants::ECMAScript}}.}}
+
{{tr|Definisce una copia di {{|std::regex_constants::ECMAScript}}.|Defines a copy of {{|std::regex_constants::ECMAScript}}.}}
  
 
===Vedi anche===
 
===Vedi anche===
{{dcl list begin}}
+
{{begin}}
{{dcl list template | cpp/regex/dcl list syntax_option_type}}
+
{{| cpp/regex/syntax_option_type}}
{{dcl list end}}
+
{{end}}

Versione attuale delle 14:56, 2 lug 2013

 
 
Espressioni regolari libreria
Classi
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex(C++11)
sub_match(C++11)
match_results(C++11)
Algoritmi
Original:
Algorithms
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_match(C++11)
regex_search(C++11)
regex_replace(C++11)
Iteratori
Original:
Iterators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_iterator(C++11)
regex_token_iterator(C++11)
Eccezioni
Original:
Exceptions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_error(C++11)
Tratti
Original:
Traits
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_traits(C++11)
Costanti
Original:
Constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
syntax_option_type(C++11)
match_flag_type(C++11)
error_type(C++11)
 
std::basic_regex
Funzioni membri
Original:
Member Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex::basic_regex
basic_regex::~basic_regex
basic_regex::operator=
basic_regex::assign
Osservatori
Original:
Observers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex::mark_count
basic_regex::flags
Locale
Original:
Locale
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex::getloc
basic_regex::imbue
Modificatori
Original:
Modifiers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex::swap
Costanti
Original:
Constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex constants
Non membri funzioni
Original:
Non-member Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
swap(std::basic_regex)
 
Elemento definito nell'header <regex>
Definisce una copia di std::regex_constants::ECMAScript.
Original:
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[modifica] Vedi anche

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) [modifica]