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


MySQL TUTORIALS » Regular Expressions » Occurrences »

 

SELECT 'abcde' REGEXP 'a[bcd]{1,10}e';


mysql>
mysql> SELECT 'abcde' REGEXP 'a[bcd]{1,10}e';
+--------------------------------+
'abcde' REGEXP 'a[bcd]{1,10}e' |
+--------------------------------+
|                              |
+--------------------------------+
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 Regular Expressions
» Occurrences