C D M P R T

T

test(NodeList, String) - Static method in class com.linkwerk.util.Regexp
The test function returns true if the node list given as the first parameter matches the regular expression given as the second parameter.
test(NodeList, String, String) - Static method in class com.linkwerk.util.Regexp
The test function returns true if the node list given as the first parameter matches the regular expression given as the second parameter.
test(String, String) - Static method in class com.linkwerk.util.Regexp
The test function returns true if the string given as the first parameter matches the regular expression given as the second parameter.
test(String, String, String) - Static method in class com.linkwerk.util.Regexp
The test function returns true if the string given as the first parameter matches the regular expression given as the second parameter.

C D M P R T