Skip to content
Bart Veneman edited this page Jul 21, 2013 · 2 revisions

What is Verbal Expressions?

Verbal Expressions is a small JavaScript library that allows you to write regular expressions in natural language.

Basic usage

Basic usage of Verbal Expressions is trough a singleton called VerEx(), that creates a new expression for you:

var myExpression = VerEx();
Clone this wiki locally