improve Java 1.4-comliance
Brought to you by:
samokhodkin
Hi, folks,
My email is zeljko@zeljko.org
thanks for your good library, as Java-code written for
1.4 with Regular expressions can easily be used with
prior Java-Versions.
To get a better compatibility it would be nice to have
the static function
public static Pattern compile(String)
public static Pattern compile(String, int)
public static boolean matches(String regex,
CharSequence input)
in the Pattern class available.
Thanx for your answer,
Zeljko Jakovljevic