I'm getting a date from a web (html): " abril 2013 Viernes 19"
I've tried all normal regex with no success.
Finally I discovered the string bytes (str.getBytes()), and this are the values:
[-96, 97, 98, 114, 105, 108, -96, -96, -96, 50, 48, 49, 51, -96, -96, 86, 105, 101, 114, 110, 101, 115, -96, 49, 57]
What are this -96?
how to replace 1 or more -96 or whatever empty space is by 1 space?