SELECT 'abcde' REGEXP 'a[bcd]{3}e'; : Occurrences : Regular Expressions MySQL TUTORIALS


MySQL TUTORIALS » Regular Expressions » Occurrences »

 

SELECT 'abcde' REGEXP 'a[bcd]{3}e';


mysql>
mysql>
mysql> SELECT 'abcde' REGEXP 'a[bcd]{3}e';
+-----------------------------+
'abcde' REGEXP 'a[bcd]{3}e' |
+-----------------------------+
|                           |
+-----------------------------+
row in set (0.02 sec)



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Regular Expressions
» Occurrences