javascript return Description
Stops execution of the current function. A return statement can be located anywhere within the function, including inside control structures. You
javascript reset tabIndex
This is a number that indicates the sequence of this reset element within the tabbing order of all focusable elements in the document.
javascript reset focus( )
Gives focus from the current reset object, at which time the reset object's onfocus event fires.
javascript reset disabled
Specifies whether the reset element is available for user interaction. When set to true, the element cannot receive focus or be modified by the user
javascript reset accessKey
This is single character key that either gives focus to an element (in some browsers) or activates a form control or link action. The browser and op
javascript reset Description
See input (type="reset").
javascript regular expression test( )
Returns Boolean true if there is a match of the regular expression anywhere in the string passed as a parameter, false if not. No additional inf
javascript regular expression exec( )
Performs a search through the string passed as a parameter for the current regular expression pattern. A typical sequence follows the format: va
javascript regular expression compile( )
Compiles a regular expression pattern into a genuine regular expression object. This method is used primarily to recompile a regular expression with
javascript regular expression source
Returns a string version of the characters used to create the regular expression. The value does not include the forward slash delimiters that surro
javascript regular expression lastIndex
This is the zero-based index value of the character within the string where the next search for the pattern begins. In a new search, the value is zero
javascript regular expression global, ignoreCase
Returns Boolean true if the regular expression object instance had the g or i modifiers (respectively) set when it was created. If a regular
javascript regular expression constructor
See this property for the Array object.
javascript regular expression Description
A regular expression object is an instance of the RegExp object. Each regular expression object consists of a pattern that is used to locate match
Powered by Linode.