📜  curl 与正则表达式 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:08.802000             🧑  作者: Mango

代码示例1
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