-
Notifications
You must be signed in to change notification settings - Fork 504
Home
jehna edited this page Jul 20, 2013
·
22 revisions
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 trough a singleton called VerEx()
, that creates a new expression for you:
var myExpression = VerEx();
##API
- .endOfLine()
- .find( value )
- .startOfLine()
- .then( value )
- [.add( expression )](.add(-expression-))