Information
English (United States) 中文(中华人民共和国) 中文(香港特別行政區)
Description
This is a powerful regular expression tool, can be used as a regular expression testing, can also be used directly to solve practical problems so that you don't need a program to implement a more complex character of batch processing project.
Highlight features:
Support for unlimited levels of complex multiple match and replace. Support replacement refer to the group treated with the $@ symbol. Support exporting and importing. Supports multiple projects, and you can easily switch.
Focus on the traditional regular expression tool on the following issues:
1. the lengthy expression structure. Match the complex format, using expression not only in the lengthy and obscure such as hieroglyphics, once modified accidentally change a symbol is endless. Unlimited class multiple substitution function will greatly improve the situation, you can split the work into several steps will be replaced, dispose of, makes clear, the expression is easy to maintain.
2. mission impossible. Regular expressions are universal, but this number is not large, there are many is impossible or difficult to use a format expression is done, most of the time we need to write a new program to address, and when there is a $@ reference functions, solve a lot of problems. Outcome of $@ symbols allow the reference target group, like we used to in the contents 1 set of replacement in the form of $1 reference, the group can now be replaced, and then references replace it results as a $@1, this is extremely useful when dealing with complex formatting.
People also like
Reviews
-
Handy little app! Question on replacing newlines by Ari
Nice simple layout, easy to use and navigate history. Question - trying to replace newline characters so that the result would be a single, joined, concatenated line. Haven't figured it out yet in this app. Are you using \r or \n or perhaps both? Or maybe I should ask, is there a link to the regex standard underlying this app, so we could answer all our own questions? Thank you!
-
Clean, Fast, and Useful by Matthew
I grabbed this app to test my regex logic for work. It was simple and intuitive - Read: it stayed out of my way and did exactly what I needed of it. I'd recommend this as an indispensable tool for devs.