Packageartcustomer.maxima.utils.tools
Classpublic class RegExpTools
InheritanceRegExpTools Inheritance Object

RegExpTools : Tools for RegExp.



Public Methods
 MethodDefined By
  
testMail(value:String):Boolean
[static] Test if string is a mail address.
RegExpTools
  
testPattern(value:String, pattern:RegExp):Boolean
[static] Test Regexp.
RegExpTools
Method Detail
testMail()method
public static function testMail(value:String):Boolean

Test if string is a mail address.

Parameters

value:String

Returns
Boolean
testPattern()method 
public static function testPattern(value:String, pattern:RegExp):Boolean

Test Regexp.

Parameters

value:String
 
pattern:RegExp

Returns
Boolean