std::regex_search
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
Definido en el archivo de encabezado <regex>
|
||
template< class BidirIt, class Alloc, class CharT, class Traits > |
(1) | (desde C++11) |
template< class Alloc, class CharT, class Traits > bool regex_search( const CharT* str, |
(2) | (desde C++11) |
template< class STraits, class SAlloc, class Alloc, class CharT, class Traits > |
(3) | (desde C++11) |
template< class BidirIt, class CharT, class Traits > |
(4) | (desde C++11) |
template< class CharT, class Traits > bool regex_search( const CharT* str, |
(5) | (desde C++11) |
template< class STraits, class SAlloc, class CharT, class Traits > |
(6) | (desde C++11) |
e
expreso y algunos subsecuencia de la secuencia de caracteres [first,last)
objetivo. Resultados de los partidos se devuelven en 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.
[editar] Parámetros
first, last | - | el intervalo de caracteres de destino
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 | - | los resultados de los partidos
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 carácter objetivo terminada en nulo de C-estilo cadena
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 std :: basic_string carácter objetivo
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 | - | el 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 | - | las banderas de partido
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. |
Requerimientos de tipo | ||
-BidirIt debe reunir los requerimientos de BidirectionalIterator .
| ||
-Alloc debe reunir los requerimientos de Allocator .
|
[editar] Valor de retorno
You can help to correct and verify the translation. Click here for instructions.