I need to remove all strings from my text file, such as:
flickr:user=32jdisffs flickr:user=acssd flickr:user=asddsa89
fields[i] = fields[i].replaceAll(" , flickr:user=.*", "");
Firstly I was happy with [A-Za-z]+ Now I need to parse words that end with the letter "s", but i should skip words that have 2 or more first letters ...
[A-Za-z]+