|
|
|
|
|
by squeaky-clean
2244 days ago
|
|
I use regexbuddy and it does a lot of this. Huge downside is that it's $40 and Windows only. You can do things like write a more generic regex and then select your language (e.g Python 2 or 3, Java, Perl, so on), And a few common actions, such as "iterate over all matches in a string" and it will auto-generate a code stub for you. Whenever teammates of mine are working on a weird regex they usually email me to double check it for them. (My response is usually that they're trying to do too much with one regex, haha) |
|