René's URL Explorer Experiment


Title: Regular expressions library (since C++11) - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://en.cppreference.com/
Create accounthttps://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fregex
Log inhttps://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fregex
Pagehttps://en.cppreference.com/cpp/regex
Discussionhttps://en.cppreference.com/Talk:cpp/regex
https://en.cppreference.com/cpp/regex
Readhttps://en.cppreference.com/cpp/regex
View sourcehttps://en.cppreference.com/index.php?title=cpp/regex&action=edit
View historyhttps://en.cppreference.com/index.php?title=cpp/regex&action=history
https://en.cppreference.com/cpp/regex
cpphttps://en.cppreference.com/cpp
C++https://en.cppreference.com/cpp
Compiler supporthttps://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://en.cppreference.com/cpp/freestanding
Languagehttps://en.cppreference.com/cpp/language
Standard libraryhttps://en.cppreference.com/cpp/standard_library
Standard library headershttps://en.cppreference.com/cpp/header
Named requirementshttps://en.cppreference.com/cpp/named_req
Feature test macroshttps://en.cppreference.com/cpp/feature_test
Language support libraryhttps://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://en.cppreference.com/cpp/concepts
Diagnostics libraryhttps://en.cppreference.com/cpp/error
Memory management libraryhttps://en.cppreference.com/cpp/memory
Metaprogramming libraryhttps://en.cppreference.com/cpp/meta
General utilities libraryhttps://en.cppreference.com/cpp/utility
Containers libraryhttps://en.cppreference.com/cpp/container
Iterators libraryhttps://en.cppreference.com/cpp/iterator
Ranges libraryhttps://en.cppreference.com/cpp/ranges
Algorithms libraryhttps://en.cppreference.com/cpp/algorithm
Strings libraryhttps://en.cppreference.com/cpp/string
Text processing libraryhttps://en.cppreference.com/cpp/text
Numerics libraryhttps://en.cppreference.com/cpp/numeric
Date and time libraryhttps://en.cppreference.com/cpp/chrono
Input/output libraryhttps://en.cppreference.com/cpp/io
Filesystem libraryhttps://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttps://en.cppreference.com/cpp/thread
Execution control libraryhttps://en.cppreference.com/cpp/execution
Technical specificationshttps://en.cppreference.com/cpp/experimental
Symbols indexhttps://en.cppreference.com/cpp/symbol_index
External librarieshttps://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Text processing libraryhttps://en.cppreference.com/cpp/text
Localization libraryhttps://en.cppreference.com/cpp/locale
Formatting libraryhttps://en.cppreference.com/cpp/utility/format
Null-terminated sequence utilitieshttps://en.cppreference.com/cpp/text#Null-terminated_sequence_utilities
Byte stringshttps://en.cppreference.com/cpp/string/byte
Multibyte stringshttps://en.cppreference.com/cpp/string/multibyte
Wide stringshttps://en.cppreference.com/cpp/string/wide
Primitive numeric conversionshttps://en.cppreference.com/cpp/text#Primitive_numeric_conversions
to_charshttps://en.cppreference.com/cpp/utility/to_chars
to_chars_resulthttps://en.cppreference.com/cpp/utility/to_chars_result
from_charshttps://en.cppreference.com/cpp/utility/from_chars
from_chars_resulthttps://en.cppreference.com/cpp/utility/from_chars_result
chars_formathttps://en.cppreference.com/cpp/utility/chars_format
Text encoding identificationshttps://en.cppreference.com/cpp/text#Text_encoding_identifications
text_encodinghttps://en.cppreference.com/cpp/text/text_encoding
[edit]https://cppreference.com/index.php?title=Template:cpp/text/navbar_content&action=edit
basic_regexhttps://en.cppreference.com/cpp/regex/basic_regex
sub_matchhttps://en.cppreference.com/cpp/regex/sub_match
match_resultshttps://en.cppreference.com/cpp/regex/match_results
regex_matchhttps://en.cppreference.com/cpp/regex/regex_match
regex_searchhttps://en.cppreference.com/cpp/regex/regex_search
regex_replacehttps://en.cppreference.com/cpp/regex/regex_replace
regex_iteratorhttps://en.cppreference.com/cpp/regex/regex_iterator
regex_token_iteratorhttps://en.cppreference.com/cpp/regex/regex_token_iterator
regex_errorhttps://en.cppreference.com/cpp/regex/regex_error
regex_traitshttps://en.cppreference.com/cpp/regex/regex_traits
syntax_option_typehttps://en.cppreference.com/cpp/regex/syntax_option_type
match_flag_typehttps://en.cppreference.com/cpp/regex/match_flag_type
error_typehttps://en.cppreference.com/cpp/regex/error_type
Modified ECMAScript-262https://en.cppreference.com/cpp/regex/ecmascript
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/navbar_content&action=edit
regular expressionshttps://en.wikipedia.org/wiki/Regular_expression
grammarhttps://en.cppreference.com/cpp/regex#Regular_expression_grammars
1 Regular expression grammarshttps://en.cppreference.com/cpp/regex#Regular_expression_grammars
2 Main classeshttps://en.cppreference.com/cpp/regex#Main_classes
3 Algorithmshttps://en.cppreference.com/cpp/regex#Algorithms
4 Iteratorshttps://en.cppreference.com/cpp/regex#Iterators
5 Exceptionshttps://en.cppreference.com/cpp/regex#Exceptions
6 Traitshttps://en.cppreference.com/cpp/regex#Traits
7 Constantshttps://en.cppreference.com/cpp/regex#Constants
8 Examplehttps://en.cppreference.com/cpp/regex#Example
Modified ECMAScript regular expression grammarhttps://en.cppreference.com/cpp/regex/ecmascript
Basic POSIX regular expression grammarhttps://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03
Extended POSIX regular expression grammarhttps://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04
awkhttps://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html#tag_20_06_13_04
grephttps://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html
this pagehttps://en.cppreference.com/cpp/regex/basic_regex/constants
basic_regexhttps://en.cppreference.com/cpp/regex/basic_regex
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_basic_regex&action=edit
sub_matchhttps://en.cppreference.com/cpp/regex/sub_match
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_sub_match&action=edit
match_resultshttps://en.cppreference.com/cpp/regex/match_results
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_match_results&action=edit
regex_matchhttps://en.cppreference.com/cpp/regex/regex_match
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_regex_match&action=edit
regex_searchhttps://en.cppreference.com/cpp/regex/regex_search
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_regex_search&action=edit
regex_replacehttps://en.cppreference.com/cpp/regex/regex_replace
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_regex_replace&action=edit
regex_iteratorhttps://en.cppreference.com/cpp/regex/regex_iterator
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_regex_iterator&action=edit
regex_token_iteratorhttps://en.cppreference.com/cpp/regex/regex_token_iterator
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_regex_token_iterator&action=edit
regex_errorhttps://en.cppreference.com/cpp/regex/regex_error
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_regex_error&action=edit
regex_traitshttps://en.cppreference.com/cpp/regex/regex_traits
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_regex_traits&action=edit
syntax_option_typehttps://en.cppreference.com/cpp/regex/syntax_option_type
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_syntax_option_type&action=edit
match_flag_typehttps://en.cppreference.com/cpp/regex/match_flag_type
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_match_flag_type&action=edit
error_typehttps://en.cppreference.com/cpp/regex/error_type
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/dsc_error_type&action=edit
Categorieshttps://en.cppreference.com/Special:Categories
Pages using deprecated source tagshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/Special:RecentChanges
FAQhttps://en.cppreference.com/Cppreference:FAQ
Offline versionhttps://en.cppreference.com/Cppreference:Archives
https://en.cppreference.com/cpp/regex
What links herehttps://en.cppreference.com/Special:WhatLinksHere/cpp/regex
Related changeshttps://en.cppreference.com/Special:RecentChangesLinked/cpp/regex
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://en.cppreference.com/index.php?title=cpp/regex&oldid=172322
Page informationhttps://en.cppreference.com/index.php?title=cpp/regex&action=info
العربيةhttp://ar.cppreference.com/cpp/regex
Deutschhttps://de.cppreference.com/cpp/regex
Españolhttp://es.cppreference.com/cpp/regex
Françaishttp://fr.cppreference.com/cpp/regex
Italianohttp://it.cppreference.com/cpp/regex
日本語http://ja.cppreference.com/cpp/regex
한국어http://ko.cppreference.com/cpp/regex
Portuguêshttp://pt.cppreference.com/cpp/regex
Русскийhttp://ru.cppreference.com/cpp/regex
中文http://zh.cppreference.com/cpp/regex

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.