©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
This website works better with Javascript
The MyWAY SQL Manager can be downloaded here for free: as PHP installation file as GZIP file as ZIP archive
If the download from this page does not work, you can also download the program here (Virus checked at heise.de).
By downloading you accept the General Terms and Conditions
The program MyWAY SQL-Manager only works with Javascript
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
MySQL, MariaDB Regular Expression Functions

MySQL and MariaDB - Overview of the functions for Regular expressions

MySQL and MariaDB supports regular expressions and provides a set of functions that can be used to work with regular expressions. Regular expression functions can be very useful for working with complex patterns in string data and values, and can be combined with other functions and operators to perform complex string manipulations and data transformations.
Reguläre Ausdrücke

REGEXPString [NOT] REGEXP Pattern
Gibt an, ob die Zeichenfolge mit dem regulären Ausdruck übereinstimmt.
More about REGEXP Function

Synonyms:RLIKE
REGEXP_INSTRREGEXP_INSTR(String, Pattern [, Position] [, Occurrence] [, Return option] [, Match type])
Gibt den Anfangsindex der Teilzeichenkette zurück, die mit dem regulären Ausdruck übereinstimmt.
More about REGEXP_INSTR Function
REGEXP_LIKEREGEXP_LIKE(String, Pattern [, Match type])
Gibt 1 zurück, wenn die Zeichenfolge mit dem regulären Ausdruck übereinstimmt.
More about REGEXP_LIKE Function
REGEXP_REPLACEREGEXP_REPLACE(String, Pattern, Replace by [, Position] [, Occurrence] [, Match type])
Ersetzt Vorkommen in der Zeichenfolge, die mit dem regulären Ausdruck übereinstimmen, durch die Ersatzzeichenfolge.
More about REGEXP_REPLACE Function
REGEXP_SUBSTRREGEXP_SUBSTR(String, Pattern [, Position] [, Occurrence] [, Match type])
Gibt die Teilzeichenfolge der Zeichenfolge zurück, die mit dem regulären Ausdruck übereinstimmt.
More about REGEXP_SUBSTR Function
RLIKEString [NOT] RLIKE Pattern
Gibt an, ob die Zeichenfolge mit dem regulären Ausdruck übereinstimmt.
More about RLIKE Function

Synonyms:REGEXP


See also: List of all MySQL and MariaDB built-in functions
Updated: 2025-11-04ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedin©2020-2025 Heino Cunze-Fischer