$?
No, $ matches the end of the string
$ 所匹配的是字符串的结尾,/s$/ Matches strings ending with the letter "s"
$
/s$/
This regex matches strings ending with numbers + spaces
No, $ matches the end of the string
$
所匹配的是字符串的结尾,/s$/
Matches strings ending with the letter "s"This regex matches strings ending with numbers + spaces