std::regex_search
![]() |
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>
|
||
template< class BidirIt, class Alloc, class CharT, class Traits > |
(1) | (dal C++11) |
template< class Alloc, class CharT, class Traits > bool regex_search( const CharT* str, |
(2) | (dal C++11) |
template< class STraits, class SAlloc, class Alloc, class CharT, class Traits > |
(3) | (dal C++11) |
template< class BidirIt, class CharT, class Traits > |
(4) | (dal C++11) |
template< class CharT, class Traits > bool regex_search( const CharT* str, |
(5) | (dal C++11) |
template< class STraits, class SAlloc, class CharT, class Traits > |
(6) | (dal C++11) |
e
regolare espresso e qualche sottosuccessione nel [first,last)
sequenza bersaglio di caratteri. I risultati delle partite vengono restituiti in m
.e
and some subsequence in the target character sequence [first,last)
. Match results are returned in m
.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.
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.
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] Parametri
first, last | - | l'obiettivo intervallo di caratteri
Original: the target character range The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
m | - | i risultati delle partite
Original: the match results The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
str | - | un personaggio bersaglio con terminazione null di tipo C stringa
Original: a target character null-terminated C-style string The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
s | - | un personaggio std :: basic_string bersaglio
Original: a target character std::basic_string The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
e | - | std :: regex
Original: the std::regex The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
flags | - | le bandiere delle partite
Original: the match flags The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Type requirements | ||
-BidirIt must meet the requirements of BidirectionalIterator .
| ||
-Alloc must meet the requirements of Allocator .
|
[modifica] Valore di ritorno
You can help to correct and verify the translation. Click here for instructions.