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
作者: goldie (阿良) 2018-10-04 16:09:00
(?i)apple參考: https://goo.gl/y41LMs 的這句話:Any of these modifiers may be embedded within theregular expression itself using the (?…) construct.