TeamSQL / desktop-app

This repository is currently being used for hosting the official issue & bug tracker of TeamSQL Desktop App.
102 stars 6 forks source link

Regex search and replace #429

Closed mgrabenstein closed 5 years ago

mgrabenstein commented 5 years ago

Feature request.

Ability to apply a regular expression to search and replace in the SQL editor.

selcukayhan commented 5 years ago

Hi @mgrabenstein ,

Thank you for reaching out. For searching regular expression here is the example :

On editor, press CMD + F (for Windows and Linux : CTRL + F), Then you will see the search box on the top of the editor like below. On the search box, there is a icon which looks as ' **.*** ' this. This icon will help you to search regular expressions.

screen shot 2018-10-12 at 15 31 32

Thank you.

mgrabenstein commented 5 years ago

Thank you. I did not realize that was in the product already.