---
title: Home
---

VerbalExpressions is a JavaScript library that helps to construct difficult regular expressions. For more details, refer to the [README](//github.com/VerbalExpressions/JSVerbalExpressions#readme).

# Table Of Contents

- [`VerEx`](VerEx)
- [`VerbalExpression`](VerbalExpression)
    - [Constructor](VerbalExpression/constructor)
    - [Utilities](VerbalExpression/utilities)
    - [Rules](VerbalExpression/rules)
    - [Special Characters](VerbalExpression/special-characters)
    - [Modifiers](VerbalExpression/modifiers)
    - [Loops](VerbalExpression/loops)
    - [Capture Groups](VerbalExpression/capture-groups)
    - [Miscellaneous](VerbalExpression/miscellaneous)

___

Methods have a return type of [`VerbalExpression`](VerbalExpressions) except where mentioned otherwise. If there is no mention of a method's parameters, it is to be assumed that it has none.
