« MySQL/Regex » : différence entre les versions

Contenu supprimé Contenu ajouté
+ intro
Ligne 47 :
select REGEXP_REPLACE('hello+$ù^:world', '[^a-z]', ''); -- helloworld
</syntaxhighlight>
 
== REGEXP_SUBSTR ==
 
== Références ==