PHPVerbalExpressions icon indicating copy to clipboard operation
PHPVerbalExpressions copied to clipboard

PHP Regular expressions made easy

Results 2 PHPVerbalExpressions issues
Sort by recently updated
recently updated
newest added

Hello, It seems it's not possible to do something like: `$regex->anythingBut('0-9')` since the sanitize method add systematically a "\\" behind the "-" which break the regex range expression. That giving...

Hello, I am trying to use the Verbal Expressions to extract data from https://gist.github.com/ssmusoke/7a5e27ef80887e096b9886f5d2a83b7b I am using the verbal expression `'start, then "🥇 |", something, then " ", end'` However...