I am searching an editor which supports the regex syntax like python does.
I want a GUI like gedit.
The old school editors vi, vim, emacs are no solution, since the editor should be easy to use.
I use PyCharm for software development, but sometimes I just want to do a a simple re.sub() on some content from the clipboard.
The tool gedit is not bad (except pressing ctrl-f again does not do what you usually intent) but unfortunately it does not support the python regex flavour.
I know that gedit support regular expressions. But Python flavor regex syntax is required!
gedit
does support regular expression – Yaron Sep 11 '17 at 07:30