Hello, i'm trying to find an regex for code cleanup.
i want to cut of all tabs withoput any character following.
\t+\n
Does not work for me:/
Eclipse returns everytime "String not found"
is the regex wrong?
greetings
Hello, i'm trying to find an regex for code cleanup.
i want to cut of all tabs withoput any character following.
\t+\n
Does not work for me:/
Eclipse returns everytime "String not found"
is the regex wrong?
greetings