我是否在这里以正确的方式使用正则表达式来过滤掉图像文件名和文件类型?
^(\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