Returns the string against which a regular expression search was performed.
//Syntax 1 {RegExp | reArray}.input //Syntax 2 RegExp.$_ //The $_ property may be used as shorthand for the input property //for the RegExp object. |
Returns the string against which a regular expression search was performed.
//Syntax 1 {RegExp | reArray}.input //Syntax 2 RegExp.$_ //The $_ property may be used as shorthand for the input property //for the RegExp object. |