0
我是否正確地使用正則表達式來濾除圖像文件名和文件類型?RegexOne示例5(圖像文件名正則表達式)
^(\w)+\.(jpg|png|gif)$
的鏈接運動是在這裏: http://regexone.com/example/4?
演習是爲了捕捉名稱和文件列表的擴展名:
task text capture
skip text .bash_profile
skip text workspace.doc
capture text img0912.jpg img0912, jpg
capture text updated_img0912.png updated_img0912, png
skip text documentation.html
capture text favicon.gif favicon, gif
skip text img0912.jpg.tmp
skip text access.lock
而不是問是否正確,爲什麼不直接運行它,看看你是否得到正確的輸出?此外,您應該在此重現問題的相關部分,而不是僅發佈鏈接。 – verdesmarald
感謝stema編輯它 –