Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pcre

Regex To Validate A Comma Separated List Of Options

I'm using PHP's Filter Functions (FILTER_VALIDATE_REGEXP specifically) to validate the inpu… Read more Regex To Validate A Comma Separated List Of Options

Why Does JavaScript RegExp Lack The "s" Flag?

I love Regular Expressions. However, I've just now come across the inability to use the s flag … Read more Why Does JavaScript RegExp Lack The "s" Flag?