Regular Expressions Functions
Learn about regular expression functions in MariaDB Server. This section details SQL functions for powerful pattern matching and manipulation of string data using regular expressions.
Get an overview of regex usage. This page introduces the pattern matching capabilities and common metacharacters used in MariaDB regular expressions.
Understand MariaDB's regex support. This concept page explains the PCRE library integration, detailing supported syntax, character classes, and special characters.
Complete REGEXP operator reference: expr REGEXP/RLIKE pat syntax, 1/0/NULL return values, NOT REGEXP aliases, BINARY case-sensitivity, default_regex_flags.
Negated regular expression matching. This operator tests whether a string does NOT match a specified regular expression pattern.
Return the index of a regex match. This function finds the starting position of the first substring that matches the given pattern.
Replace regex matches in a string. This function substitutes occurrences of a pattern with a specified replacement string.
Return the substring matching a regex. This function extracts the actual part of the string that matches the given pattern.
Synonym for REGEXP. This operator performs a regular expression match against a string argument.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?

