[請問] Ant Renamer的regexp怎不分大小寫

看板EZsoft (小軟體)作者 (cralvin)時間6年前 (2018/10/04 12:38), 編輯推噓2(202)
留言4則, 1人參與, 6年前最新討論串1/1
Ant Renamer http://www.antp.be/software/renamer/download 它用的regexp是TRegExpr http://regexpstudio.com/en/regexp_syntax.html i Do case-insensitive pattern matching (using installed in you system locale settings), see also InvertCase. 但在Ant Renamer找不到方法用參數,下面都不行 /apple/i apple /i 有那位知道怎麼下嗎? thx -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.242.13.12 ※ 文章網址: https://www.ptt.cc/bbs/EZsoft/M.1538627923.A.7BB.html

10/04 16:03, 6年前 , 1F
(?i)apple
10/04 16:03, 1F

10/04 16:08, 6年前 , 2F
參考: https://goo.gl/y41LMs 的這句話:
10/04 16:08, 2F

10/04 16:08, 6年前 , 3F
Any of these modifiers may be embedded within the
10/04 16:08, 3F

10/04 16:08, 6年前 , 4F
regular expression itself using the (?…) construct.
10/04 16:08, 4F
文章代碼(AID): #1RjPbJUx (EZsoft)
文章代碼(AID): #1RjPbJUx (EZsoft)