[GH-ISSUE #1222] Regex Checker for debugging tools #1218

Open
opened 2026-03-03 19:49:25 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (May 4, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1222

Originally assigned to: @NghiaTranUIT on GitHub.

Problem

Some users have a really complicated Regex and it's pain in the ass when testing whether or not the Regex is matched with their URL.

For example:

  1. Create a Map Remote, Regex = ^(http|https)?:\/\/www\.google\.com. which map to a different domain.
  2. User calls a URL: https://google.com/user and doesn't know why the Regex is not working
  3. Waste a lot of time going back and forth to fix the Regex

Solution

  • Introduce the Regex checker that allows users to quickly test whether or not this Regex is working with their URL.
  • Save time
Originally created by @NghiaTranUIT on GitHub (May 4, 2022). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1222 Originally assigned to: @NghiaTranUIT on GitHub. ### Problem Some users have a really complicated Regex and it's pain in the ass when testing whether or not the Regex is matched with their URL. For example: 1. Create a Map Remote, Regex = `^(http|https)?:\/\/www\.google\.com`. which map to a different domain. 2. User calls a URL: `https://google.com/user` and doesn't know why the Regex is not working 3. Waste a lot of time going back and forth to fix the Regex ❌ ### Solution - Introduce the Regex checker that allows users to quickly test whether or not this Regex is working with their URL. - Save time ⏰
Author
Owner

@relrelway commented on GitHub (May 4, 2022):

Thank you!

<!-- gh-comment-id:1117111267 --> @relrelway commented on GitHub (May 4, 2022): Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1218
No description provided.