Skip to content
New issue

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

Regular expression support in search-replace. editor #45

Open
GoogleCodeExporter opened this issue Jan 26, 2016 · 2 comments
Open

Regular expression support in search-replace. editor #45

GoogleCodeExporter opened this issue Jan 26, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed title: Regular expression support in search-replace. editor
  • Changed state: Accepted
  • Added labels: Type-Enhancement

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant