We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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();