We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Verbal Expressions is a small JavaScript library that allows you to write regular expressions in natural language.
Basic usage of Verbal Expressions is trough a singleton called VerEx(), that creates a new expression for you:
VerEx()
var myExpression = VerEx();