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. |
Ajax toolkit
Ajax website
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. |
Arguments
Remarks
Example
Requirements
See Also
Ajax toolkit
Ajax website