-2

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!

guettli
  • 1,765

1 Answers1

2

A quick search for "regular expression" in Synaptic gives me kiki and redet as regex editors/development tools, among others. Both seem to support Python syntax.

Murphy
  • 1,737