SELECT 'a' REGEXP 'A', 'a' REGEXP BINARY 'A'; : REGEXP : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » REGEXP »

 

SELECT 'a' REGEXP 'A', 'a' REGEXP BINARY 'A';


mysql>
mysql> SELECT 'a' REGEXP '^[a-d]';
+---------------------+
'a' REGEXP '^[a-d]' |
+---------------------+
|                   |
+---------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» REGEXP