Liking cljdoc? Tell your friends :D
ClojureScript only.

js.RegExp

The RegExp constructor creates a regular expression object for text with a pattern.

The RegExp constructor creates a regular expression object for
text with a pattern.
raw docstring

prototypecljs

(prototype this)

Property.

The RegExp.prototype property represents the prototype object the js.RegExp constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/prototype

Property.

The RegExp.prototype property represents the prototype object
the `js.RegExp` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/prototype`
raw docstring

set-prototype!cljs

(set-prototype! this val)

Property.

The RegExp.prototype property represents the prototype object the js.RegExp constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/prototype

Property.

The RegExp.prototype property represents the prototype object
the `js.RegExp` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/prototype`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close