std::basic_regex::icase
Aus cppreference.com
< cpp | regex | basic regex
![]() |
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. |
definiert in Header <regex>
|
||
static constexpr std::regex_constants::syntax_option_type icase = std::regex_constants::icase; |
||
Legt eine Kopie der std::regex_constants::icase .
Original:
Defines a copy of std::regex_constants::icase.
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.
[Bearbeiten] Siehe auch
(C++11) |
allgemeinen Optionen Steuerung regex Verhalten 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) |