It prevents the regex from matching characters before or after the phrase. In example 2, \s matches a space character, and {0,3} indicates that from 0 to 3 ...
確定! 回上一頁