Regex. Remove a Whitespace Line
807591Apr 14 2008 — edited Apr 14 2008Hello,
well i try to remove a Whilespace Line using
String#replaceAll(..,..);
Actually i think this should work: ^[\\s*]$
But it dosent. I Tested a bit using Notepad++ an there it works well.
Anyone can tell me whats wrong ?
regards,
Jens