Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

JS_GetRegExpSource

This article needs a technical review. How you can help.

This article covers features introduced in SpiderMonkey 17

Get the source string of the given RegExp object.

Syntax

JSString *
JS_GetRegExpSource(JSContext *cx, JS::HandleObject obj);
Name Type Description
cx JSContext * A context.
obj JS::HandleObject The object to get the source string.

Description

JS_GetRegExpSource returns a source string of the specified object, obj.

If successful, JS_GetRegExpSource returns a pointer to the source string, otherwise returns NULL.

See Also

Document Tags and Contributors

 Contributors to this page: kscarfone, arai
 Last updated by: kscarfone,