|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoglue.cms.util.RegexpHelper
public class RegexpHelper
Utility class for regular expressions.
| Method Summary | |
|---|---|
static boolean |
match(java.lang.String pattern,
java.lang.String string)
Checks if the specified string contains the specified pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean match(java.lang.String pattern,
java.lang.String string)
pattern - the pattern to search for (perl5 native format).string - the string to perform the search on.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||