That can be done with regex.\

Here is my example program I made a while ago to test regexs.


package regex.standalone;

import java.util.regex.Pattern;
import java.util.regex.Matcher;