Answers for "curl with regex"

0

curl with regex

Just include your regex pattern inside a [regex_pattern] as follows:
curl 'www.exampledomain/examplepath?siteid=[0-9]' 
#Calls url with every digit from 0 to 9
Posted by: Guest on November-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language