In Example 1, no characters follow the last period, so the regex matches ... if it starts or ends with a whitespace character ( [\r\n\t\f\v ]) it will fail.
確定! 回上一頁