作者vernc (cralvin)
看板EzHotKey
標題[問題] Ant Renamer的regexp問題?
時間Thu Feb 23 15:24:36 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/EzHotKey/M.1487834679.A.FD9.html
1F:推 eight0: 還沒解決嗎這個 02/24 03:37
2F:推 eight0: 我在 RegExp 板回了一篇 02/24 04:09