: REGEXP : Regular Expressions MySQL TUTORIALS
Ajax
Ajax Examples
Ajax Tutorials
Scripts and Programs
Javascript
Javascript Examples Tutorials
DHTML Tutorials
Javascript References
Scripts and Programs
HTML
HTML Tutorials
HTML References
HTML DOM 0 References
HTML DOM 2 References
CSS
CSS Tutorials
CSS References
PHP
PHP Source Code
PHP References
Scripts and Programs
C#
C# Source Code
C# Examples
MySQL TUTORIALS
»
Regular Expressions
»
REGEXP
»
436.1 .
REGEXP '^[mn].*[sz]$'
Hits: 1266
436.2 .
REGEXP '^[a-f]'
Hits: 1392
436.3 .
SELECT '1+2' REGEXP '1\\+2';
Hits: 1189
436.4 .
To find names containing exactly five characters using {n}
Hits: 1285
436.5 .
To find names containing exactly five characters
Hits: 1260
436.6 .
To find names containing an 'e', use this query
Hits: 1110
436.7 .
To find names ending with 'es', use '$' to match the end of the name
Hits: 1130
436.8 .
To matches only lowercase 'b' at the beginning of a name
Hits: 1168
436.9 .
To find names beginning with 'J', use '^' to match the beginning of the name
Hits: 1144
436.10 .
Characters and classes used by the REGEXP and NOT REGEXP operators (or RLIKE and NOT RLIKE, which are synonyms)
Hits: 1225
MySQL TUTORIALS
Regular Expressions
»
REGEXP
Introduction
Occurrences
Anchor End
One or More
Anchor Start
REGEXP
Any Character
Sequence
Bracket
Word
Character_class
Zero or More
Not
Zero or One
Aggregate Functions
Cast Functions Operators
Comparison Functions Operators
Control Flow Functions
Cursor
Data Dictionary
Data Types
Database
Date Time Functions
Encryption Compression Functions
Information Functions
Insert Update Delete
Introduction
Logic Operator
Math Numeric Functions
Miscellaneous Functions
MySQL Utilities
Privilege
Procedure Function
Regular Expressions
Select Query
String Functions
Subquery
Table
Table Join
Trigger
View