📌  相关文章
📜  正则表达式以字符串结尾 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:04.730000             🧑  作者: Mango

代码示例2
$ is used to match the end of the string. and can be used like

"string"$
like

xyz$
if you want to end with xzy