Output of the "Using a regexp in a MySQL query" MySQL snippet
Environment:
- Strangebuzz Snippet VM: 6.4.9
Code execution output:
SELECT name FROM article WHERE name REGEXP '^D.*[1-9]'
array(3) {
[0]=>
string(74) "Disable the HTML5 validation of all your Symfony forms with a feature flag"
[1]=>
string(33) "Docker compose file for MySQL 5.7"
[2]=>
string(53) "Docker compose file for the min.io S3 storage service"
}