The best way to split a string every n characters is to use the following positive lookbehind regex: (?<=\G…) , where … denotes three characters ...
確定! 回上一頁