We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor's Choice. Option to remove all the spaces(' ') and tabs('\t') that exist at the end of line.
Original issue reported on code.google.com by zluis0@gmail.com on 9 Oct 2009 at 6:19
zluis0@gmail.com
The text was updated successfully, but these errors were encountered:
better to do implementation of the replace with regular expression. So this target could be achieved.
Original comment by daggett....@gmail.com on 12 Oct 2009 at 6:46
daggett....@gmail.com
Sorry, something went wrong.
Hi! ____________________ Text: ____________________ 'begin' 'end' "select" 'group' 'having' ____________________ Find what: '\w+' Replace with: "\w+" ____________________ Result: ____________________ "begin" "end" "select" "group" "having" It could do this kind of replacements? Thanks! :)
Original comment by zluis0@gmail.com on 21 Oct 2009 at 6:51
No branches or pull requests
Original issue reported on code.google.com by
zluis0@gmail.com
on 9 Oct 2009 at 6:19The text was updated successfully, but these errors were encountered: