MAX*_*MAX 2 regex regular-language
我发现,
$ : Matches the end of the line
\s: Matches whitespace
\S: Matches any non-whitespace character
Run Code Online (Sandbox Code Playgroud)
但是\$究竟做了什么?
\$ 将根据分配给正则表达式的表达式标志帮助查找内容中可用的字符“$”。
比如说:
\$:只在一个内容中查找单个“$” \$/g:查找内容中全局可用的“$”。
请找到截图,它可以给你一个清晰的想法。
| 归档时间: |
|
| 查看次数: |
16220 次 |
| 最近记录: |