4.6
211 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

RegexH is your app for working and / or learning regular expressions at different levels.

With this application you will be able to understand a regex expression, thanks to the complete explanation of each of the elements that compose it. In addition, it allows you to design regular expressions by just selecting pre-established components.

Moreover it has other functionalities as:
-value expressions
-recognize captured groups
-to make replacements
-generate common expressions
- save the regex you use most *

It also has the necessary information about the different elements that make up the syntax of regex expressions.

The design of this application is specially meditated to facilitate navigation to the user.

I trust you like it
----------------------
Translated much of the application to Russian.

Collaborators:
-Ramzan Elmurzaev
-papasha55

*Help translate the app to more languages via GitHub https://github.com/sky10p/regexh-languages

*This is the free version. Ads have been deleted when saving regular expressions. There is a paid version that adds some non-essential functionality (In Default Terms submenu, you can use regular expressions by default)
Updated on
Apr 30, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.6
206 reviews
Bob N.
November 30, 2021
I do not know why the people who are given this app such a high rating. First off, you cannot open files. Secondly, the text window is way too small. Thirdly, multiline is backwards. ".*the" shouldn't select the entire text when multiline is disabled. When disabled, it should stop at the first "the" it finds. Fourth, there is no find next. ..and lastly, but not the lease, there is no text field for you to enter a replacement string.i
5 people found this review helpful
Did you find this helpful?
niobe trinity
February 16, 2024
For years, off and on, each new phone, I'd either get curious about regex again or I'd have a use for it. This app has been helpful many times over.
Did you find this helpful?
A Google user
November 28, 2018
Finally someone that made something useful! Need to have clipboard back and forth. It would really be awesome to run a replace or match on any clipboard item and put that back on the clipboard by a button. (This is the primary thing I am looking for.)
10 people found this review helpful
Did you find this helpful?
skynet apps
November 28, 2018
I think it's a great idea, it will be implemented as soon as possible.

What's new

- Now the regex edit box changes color to red if the expression is incorrect to indicate an error.
- New feature: View ASCII or Unicode codes for any character directly from the app. Simply enable this option in settings.
- Minor fixes:
The replace actions are placed correctly according to the cursor in the edit text.
-Fixed some crashes in some regular expressions