[][src]Module boa::builtins::regexp

This module implements the global RegExp object.

The RegExp` object is used for matching text with a pattern.

More information: