Subversion Repositories javautils

Rev

Rev 4 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 13
Line 8... Line 8...
8
 * of the E-Mail-Address verification class for Dominic Sayers. These functions
8
 * of the E-Mail-Address verification class for Dominic Sayers. These functions
9
 * are NEITHER AN IDENTICAL NOR A OFFICIAL equivalence of PHP's functions. The
9
 * are NEITHER AN IDENTICAL NOR A OFFICIAL equivalence of PHP's functions. The
10
 * functionality is only as much as needed by my initial purpose. Special cases
10
 * functionality is only as much as needed by my initial purpose. Special cases
11
 * are usually not implemented. Please also note that you have to use the JAVA
11
 * are usually not implemented. Please also note that you have to use the JAVA
12
 * REGULAR EXPRESSION syntax! PHP's PCRE IS NOT INTERPRETED OR CONVERTED!
12
 * REGULAR EXPRESSION syntax! PHP's PCRE IS NOT INTERPRETED OR CONVERTED!
-
 
13
 * @author Daniel Marschall
-
 
14
 * @version 2010-06-14
13
 */
15
 */
14
 
16
 
15
public class PHPFunctions {
17
public class PHPFunctions {
16
 
18
 
17
        public static int preg_match(String regex, String input) {
19
        public static int preg_match(String regex, String input) {