| Package | artcustomer.framework.utils.tools | 
| Class | public class RegExpTools | 
| Inheritance | RegExpTools    Object | 
| Method | Defined By | ||
|---|---|---|---|
testMail(value:String):Boolean [static] 
		 Test if string is a mail address.  | RegExpTools | ||
testPattern(value:String, pattern:RegExp):Boolean [static] 
		 Test Regexp.  | RegExpTools | ||
| testMail | () | method | 
 public static function testMail(value:String):BooleanTest if string is a mail address.
Parameters
value:String | 
Boolean — 
		  | 
| testPattern | () | method | 
 public static function testPattern(value:String, pattern:RegExp):BooleanTest Regexp.
Parameters
value:String | |
pattern:RegExp | 
Boolean — 
		  |