RegEx - Extracting Strings (part 2 of 2)
In the last article, we learned how to write and match a regex. Now we'll look at how to extract the string that matches the regex in Java. Remember, If we want to match a character that has a special meaning in regex like . then we need to prefix i...


