TL;DR: By using Pattern.UNIX_LINES , you tell Java regex engine to match with . any char but a newline, LF. Use
確定! 回上一頁