DevUtils-app icon indicating copy to clipboard operation
DevUtils-app copied to clipboard

Feature Request: Regex

Open tsmith-rv opened this issue 4 years ago • 3 comments

I think something that would fit in perfectly with these tools is a simple regex match tester. Something like what you would find on https://regex101.com/, but without the explanation box or anything too complex, at least to start.

Just the two inputs for your pattern and your string to test against, along with a list of matches in the right side bar. Maybe even syntax highlighting the matches? I think that would be a great addition.

tsmith-rv avatar Oct 07 '20 12:10 tsmith-rv

Hi there,

Thank you for the suggestion! Regex tester is on the way, it won't be a full-blown regex analyzer like regex101.com but it will be enough for basic usages as you described.

Stay tuned for the new versions :)

trungdq88 avatar Oct 09 '20 00:10 trungdq88

@tsmith-rv Just want to let you know, you can now use DevUtils with Regex :)

image

You can follow the app's update on Twitter to receive more recent updates: https://twitter.com/devutils_app

Thanks!

trungdq88 avatar Dec 13 '20 02:12 trungdq88

Why did this get re-opened? The RegExp Tester works wonderfully! 😄

Nezteb avatar Oct 04 '23 18:10 Nezteb