Question : I need to extract strings using regular expression in java

Hello experts,
I have a string "<font color=blue>Active</font>" and
I'd like to extract "blue" and "Active" from the original string using regular expression in Java.
Please help!
Thanks,
alpswon

Answer : I need to extract strings using regular expression in java

FYI: when you do this:
 $('th')

internally, jquery actually "executes":
 $('th', document);

that's why you would get all the th in the document.

Reference:
http://docs.jquery.com/%24
Random Solutions  
 
programming4us programming4us