Simplifying the use of regular expressions #7
Labels
enhancement
first-timers-only
Suitable for fevelopers who are contributing first time in open source development .
good first issue
small win, trivial, less complex issues. Created to encourage Open Source development
help wanted
Why
In current version of Stubmatic, we use regular expressions to match & catch HTTP request. Writing regular expression can be an easy task for a developer, but reading and understanding it later is complex.
What
To solve this we're planning to use named regular expressions. E.g.
can be replaced with
How
The text was updated successfully, but these errors were encountered: