looking to do a find all for api strings for a certain repo and need to basically come up with a string regex pattern that would find all api end points which means it should be a string wrapped in '' or "", not start with "../" and contain 2 or more "/" characters. Not sure if its possible but that's what im looking to do.
Asked
Active
Viewed 12 times
-1
-
Need actual examples to make answering easier, or are you just trying to describe a url? – zer00ne May 19 '22 at 20:45