RegExp

JavaScript RegExp type.

Description

JavaScript's native RegExp object is used to create and manipulate regular expression objects.

A detailed description of the RegExp type is available on the Mozilla Developer Network.

Use in DataTables

Where a parameter is shown as accepting a RegExp type, or a method returning a RegExp type, it indicates that a native RegExp object is expected / returned.