P
Prabh
Hi,
I cant use java.util.regex.* for my regexp processing, because the JRE
isnt upto 1.4.* yet.
I'm thinking of using the "jakarta-regexp-1.2.jar" and set it in my
CLASSPATH.
How different is this jar from the util.regex package?
Why did Jakarta release this jar when regexp capability is already
part of standard distro(atleast 1.4 onwards)?
Does the usage of these differ much?
I see, a whole lot of tutorials on Java Regex using
"import java.util.regex.*", not nearly enough
"import org.apache.oro.text.regex.*;"
Please point me in the right direction.
Thanks,
Prabh
I cant use java.util.regex.* for my regexp processing, because the JRE
isnt upto 1.4.* yet.
I'm thinking of using the "jakarta-regexp-1.2.jar" and set it in my
CLASSPATH.
How different is this jar from the util.regex package?
Why did Jakarta release this jar when regexp capability is already
part of standard distro(atleast 1.4 onwards)?
Does the usage of these differ much?
I see, a whole lot of tutorials on Java Regex using
"import java.util.regex.*", not nearly enough
"import org.apache.oro.text.regex.*;"
Please point me in the right direction.
Thanks,
Prabh