E M O R S

E

escapeSlash(String, String) - Static method in class org.mentaregex.Regex
Escape a forward slash with the escape char provided.

M

match() - Method in class org.mentaregex.Regex
Match and return what was matched.
match(String, String) - Static method in class org.mentaregex.Regex
Fast way to match.
match(String, String, char) - Static method in class org.mentaregex.Regex
Fast way to match.
matches() - Method in class org.mentaregex.Regex
Tell whether there is a match for this regex.
matches(String, String) - Static method in class org.mentaregex.Regex
Fast way to match.
matches(String, String, char) - Static method in class org.mentaregex.Regex
Fast way to match.

O

org.mentaregex - package org.mentaregex
 

R

Regex - Class in org.mentaregex
A perl-like regex support for Java.
Regex(String, String, char) - Constructor for class org.mentaregex.Regex
Creates a new regex expression.
Regex(String, String) - Constructor for class org.mentaregex.Regex
Creates a new regex expression.

S

sub(String, String) - Static method in class org.mentaregex.Regex
Fast way to substitute.
sub(String, String, char) - Static method in class org.mentaregex.Regex
Fast way to substitute.
substitute() - Method in class org.mentaregex.Regex
Substitute and return the new string.

E M O R S

Copyright © 2011. All Rights Reserved.