| java.lang.Object org.sakaibrary.xserver.RegexUtility
RegexUtility | public class RegexUtility (Code) | | This class is used as a regular expressions utility for XSLT Stylesheets.
author: gbhatnag |
test | public static boolean test(String string, String regex)(Code) | | Tests whether or not the regular expression is contained in the string.
Parameters: string - string to be tested Parameters: regex - regex to be found true if regex is in string, false otherwise |
|
|