I have these regex expressions:
/^\/users\/?(?=\/|$)/i
/^\/?$/i
Which were generated using a library called Path-to-RegExp
The original paths were:
/users
/
So is there any way-however imperfect-to turn them back to paths?
I have these regex expressions:
/^\/users\/?(?=\/|$)/i
/^\/?$/i
Which were generated using a library called Path-to-RegExp
The original paths were:
/users
/
So is there any way-however imperfect-to turn them back to paths?