There was an error while loading. Please reload this page.
Here you can find the API documentation for Verbal Expressions
Verbal Expressions is a small JavaScript library that allows you to write regular expressions in natural language.
Basic usage of Verbal Expressions is through a singleton, called VerEx(), that creates a new expression for you:
VerEx()
var myExpression = VerEx();
##API