|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
match
function returns a node set of
match elements, for each string value that is equal to a
portion of the first parameter node list, captured by the
second parameter regular expression
All the text nodes or attributes of the elements or
attribute values of the node list are concatenated
before the match is executed.
match
function returns a node set of
match elements, for each string value that is equal to a
portion of the first parameter node list, captured by the
second parameter regular expression.
match
function returns a node set of
match elements, for each string value that is equal to a
portion of the first parameter string, captured by the
second parameter regular expression.
match
function returns a node set of
match elements, for each string value that is equal to a
portion of the first parameter string, captured by the
second parameter regular expression
The second parameter is a regular expression that
follows the regular expression syntax of the
java.util.regex
package of the
Java 2 Platform, Standard Edition (since 1.4).
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |