std::basic_regex
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <regex>
|
||
template < class CharT = char, class Traits = std::regex_traits<CharT> > class basic_regex; |
(desde C++11) | |
O
basic_regex modelo de classe fornece um quadro geral para a realização de expressões regulares. Original:
The class template
basic_regex provides a general framework for holding regular expressions. 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.
Várias especializações para tipos de caracteres comuns são fornecidos:
Original:
Several specializations for common character types are provided:
The text has been machine-translated via