Skip to content
oluc edited this page Mar 3, 2014 · 22 revisions

Here you can find the API documentation for Verbal Expressions

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 through a singleton, called VerEx(), that creates a new expression for you:

var myExpression = VerEx();

##API

Modifiers

Special characters and groups

Modifiers

  • .withAnyCase()
  • .stopAtFirst()
  • .searchOneLine()

Functions

  • .replace( source, value )

Other

Clone this wiki locally