User Profile
Collapse
-
Please help me to solve this issue. I am getting "StringIndexOut OfBoundsExcepti on" error :(... -
org.apache.regexp.RE getParen()
org.apache.rege xp.RE getParen() method
Can anyone explain me the below:
units = new RE("^((-|\\d|\\.)+)(\\s *\\w*)$");
a) units.getParen( 1) what will be the output ?
b) units.getParen( 3) what will be the output ?
c) what are the Exceptions we will get while using org.apache.rege xp.RE getParen() method?? With examples..
d) I am getting Exception while using
units = new RE("^((-|\\d|\\.)+)(\\s *\\w*)$");...
No activity results to display
Show More
Leave a comment: