作者vernc (cralvin)
看板Windows
標題[問題] Ant Renamer的regexp問題?
時間Thu Feb 23 15:17:45 2017
18_0018.jpg -> 018_018.jpg
23_0023_24.jpg -> 023_023_024.jpg
input0014@
[email protected] -> input014@
[email protected]
<Regexp Expr="(\D*)(\d\.)" Repl="$1\0\0$2"/>
<Regexp Expr="^(\D*)(\d\d\.)" Repl="$1\0$2"/>
<Regexp Expr="^(\D*)0+(\d\d\d\.)" Repl="$1$2"/>
本來是用上面三行,但只能處理單一組數字
要像那三行要同一個rule,在任何情況下都適用
如最上面都是二、三組數字,想在n(n=0~5)組數字下都通用
通用的話我實在想不出來怎處理複數組
這答案會付稅前500P
thx
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.171.252.153
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Windows/M.1487834267.A.48B.html
1F:推 hsparrot: 小軟體版不是有人跟你說用Advanced Renamer了嗎 02/23 19:58