ここで正規表現を正しい方法で画像のファイル名とファイルタイプを除外していますか?
^(\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