Home
SQL / MySQL
Aggregate Functions
Backup Load
Command MySQL
Cursor
Data Type
Database
Date Time
Engine
Event
Flow Control
FullText Search
Function
Geometric
I18N
Insert Delete Update
Join
Key
Math
Procedure Function
Regular Expression
Select Clause
String
Table Index
Transaction
Trigger
User Permission
View
Where Clause
XML
Begin With « Regular Expression « SQL / MySQL
SQL / MySQL
Regular Expression
Begin With
1.
The caret (^) anchors the start, and the dollar sign ($) the end;
2.
Pattern Matching: beginning with 'b'
3.
String begins with
4.
Pattern match: string begin with a certain letter
5.
Pattern match: string begin and end
6.
Show records where the name begins with a "B"
7.
Show records where the name begins with a "B" or "C"
8.
Strings that begin with a particular substring:
9.
Matches strings that begin with a vowel or end with er:
10.
Matches where a is the first character