Other methods · ^ matches the beginning of the string. · \w matches any word character. · {1} takes only the first character. · Thus, ^\w{1} matches ...
確定! 回上一頁