Does anyone have an website they would recommend to me for learning Regex?
I have tried using the Sun's tutorial on Regex as well as the Pattern and Matcher classes that use Regex but I am not quite understanding it.
I'd like to use it to return the String values in "groups" whether a match has been made or not (because I don't care about the matches... I just want the String returned in the current parenthesized groups!).
Also further knowledge of Regex would be nice, but returning the value within a group alone would be a godsend.
Thanks --
--Alex