From the regexp page I linked you to you may have learned that [ and ] define a set of characters. You have currently [A-Z] as character set. To include ' in ...
確定! 回上一頁