[ Web Proxy ]
URL:
Viewing: https://de.cppreference.com/cpp/regex [Back]  [Original]

Regular expressions library cppreference.com
cppreference.com
Namensrume
Varianten

Regular expressions library

Aus cppreference.com
< cpp


 
 
Regulre Ausdrcke Bibliothek
Classes
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex(C++11)
sub_match(C++11)
match_results(C++11)
Algorithmen
Original:
Algorithms
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_match(C++11)
regex_search(C++11)
regex_replace(C++11)
Iteratoren
Original:
Iterators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_iterator(C++11)
regex_token_iterator(C++11)
Ausnahmen
Original:
Exceptions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_error(C++11)
Traits
Original:
Traits
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_traits(C++11)
Konstanten
Original:
Constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
syntax_option_type(C++11)
match_flag_type(C++11)
error_type(C++11)
 
Der regulre Ausdrcke Bibliothek bietet eine Klasse, die regulre Ausdrcke darstellt, die eine Art von Mini-Sprache verwendet, um Pattern Matching in Strings durchzufhren sind .
Original:
The regular expressions library provides a class that represents regulre Ausdrcke, which are a kind of mini-language used to perform pattern matching within strings.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Auch im regulren Ausdrcken Bibliothek zur Verfgung stehen Utility-Klassen, die Untersttzung bieten fr verschiedene Algorithmen, Iteratoren, Ausnahmen und Exterieur .
Original:
Also provided in the regular expressions library are utility classes that provide support for various algorithms, iterators, exceptions, and type traits.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Hauptklassen

Diese Klassen kapseln einen regulren Ausdruck und die Ergebnisse der einen regulren Ausdruck passen innerhalb einer Zielsequenz von Zeichen .
Original:
These classes encapsulate a regular expression and the results of matching a regular expression within a target sequence of characters.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regulren Ausdrucks
Original:
regular expression object
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Klassen-Template) [edit]
(C++11)
identifiziert die Folge von Zeichen durch einen Sub-Ausdruck passen
Original:
identifies the sequence of characters matched by a sub-expression
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Klassen-Template) [edit]
identifiziert einen regulren Ausdruck, inkl. aller Unterseiten Ausdruck bereinstimmt
Original:
identifies one regular expression match, including all sub-expression matches
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Klassen-Template) [edit]

Algorithmen

Diese Funktionen werden verwendet, um den regulren Ausdruck in einem regex zu einer Zielsequenz von Zeichen gekapselt dem ..
Original:
These functions are used to apply the regular expression encapsulated in a regex to a target sequence of characters..
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Versuche, einen regulren Ausdruck fr die gesamte Zeichenfolge entsprechen
Original:
attempts to match a regular expression to the entire character sequence
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Funktions-Template) [edit]
Versuche, einen regulren Ausdruck zu jedem Teil der Zeichenfolge entsprechen
Original:
attempts to match a regular expression to any part of the character sequence
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Funktions-Template) [edit]
replaces occurrences of a regular expression with formatted replacement text
(Funktions-Template) [edit]

Iteratoren

Die regex Iteratoren werden verwendet, um die gesamte Menge der regulren Ausdrucks Spiele innerhalb einer Sequenz gefunden durchqueren .
Original:
The regex iterators are used to traverse the entire set of regular expression matches found within a sequence.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
durchluft alle regex Spiele innerhalb einer Zeichenfolge
Original:
iterates through all regex matches within a character sequence
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Klassen-Template) [edit]
durchluft der angegebenen Sub-Ausdrcke in allen regex Spiele in einem String oder durch unbertroffene Teilstrings
Original:
iterates through the specified sub-expressions within all regex matches in a given string or through unmatched substrings
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Klassen-Template) [edit]

Ausnahmen

Diese Klasse definiert die Art der Objekte als Ausnahmen ausgelst Fehler aus dem regulren Ausdrcken Bibliothek berichten .
Original:
This class defines the type of objects thrown as exceptions to report errors from the regular expressions library.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
meldet Fehler durch die regulre Ausdrcke Bibliothek erzeugt
Original:
reports errors generated by the regular expressions library
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Klasse) [edit]

Traits

Die Regex Merkmale Klasse wird verwendet, um die lokalisierbaren Aspekte eines regex kapseln .
Original:
The regex traits class is used to encapsulate the localizable aspects of a regex.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
bietet Metainformationen ber einen Charakter-Typ, durch die regex-Bibliothek erforderlich
Original:
provides metainformation about a character type, required by the regex library
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Klassen-Template) [edit]

Konstanten

definiert in Namensraum std::regex_constants
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) [edit]
spezifische Optionen, um passende
Original:
options specific to matching
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(typedef) [edit]
beschreibt verschiedene Arten von bereinstimmenden Fehlern
Original:
describes different types of matching errors
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(typedef) [edit]

Web Proxy Viewer  |  New URL  |  Original Page