JavaScript RegExp Functions

EditRocket provides the following information on RegExp functions in the JavaScript source code builder.

compile (regexp) - Change the regular expression (what to search for)

exec (RegExpObject,string) - Search a string for a specified value. Returns the found value and remembers the position

test (RegExpObject,string) - Search a string for a specified value. Returns true or false