dojo.regexp.group
dojo.require("dojo.regexp");
defined in dojo/regexp.js
adds group match to expression
parameter | type | description |
---|---|---|
expression | String | |
nonCapture | Boolean | Optional. If true, uses non-capturing match, otherwise matches are retained by regular expression. |