You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What improvement do you think would an existing feature or tool in DevToys?
The Regex tester could be improved by adding a replace functionality
Solution/Idea
Instead of just listing out the matched parts of the original text (list mode), a different mode (replace) could be added that allows the matched parts to be replaced by any text the user provides, then the resulting modified text can be shown.
Example:
Expression: \b\w
Input text: The quick brown fox jumps over the lazy dog
Replace with: <<&b>>
Output text: <>he <>uick <>rown <>ox <>umps <>ver <>he <>azy <>og
Include support for Substitution tokens and escaped characters, such as \n, \t & \u0009.
Comments
No response
The text was updated successfully, but these errors were encountered:
What improvement do you think would an existing feature or tool in DevToys?
The Regex tester could be improved by adding a replace functionality
Solution/Idea
Instead of just listing out the matched parts of the original text (list mode), a different mode (replace) could be added that allows the matched parts to be replaced by any text the user provides, then the resulting modified text can be shown.
Example:
Expression: \b\w
Input text: The quick brown fox jumps over the lazy dog
Replace with: <<&b>>
Output text: <>he <
Include support for Substitution tokens and escaped characters, such as \n, \t & \u0009.
Comments
No response
The text was updated successfully, but these errors were encountered: