Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

String manipulation in JSTL

843836Aug 13 2004 — edited Aug 14 2004
Hello All

I'm a just a beginner and I'm need to write a web page that is totally based on JSTL. I found out that the standard java tab lib in JSTL doesnt really support string manipulation or regular expression like in perl.

As such, I would like to know what are the different options (like adding servlets/javabeans/etc) can i add to my JSTL page so that i can perform complex string manipulation to a data entered by the user in the text box?

Some of the operations that I wish to carry out on the data are:

1. check if data contains certain characters, strings
2. joining and spliting strings
3. find length of the string
4. find the position of certain character in a string
5. check if string match certain pattern.
and many more.

Would greatly appreciate if you guys can help to provide some light.

Regards
Beginner....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2004
Added on Aug 13 2004
1 comment
115 views