标签: regex postgresql-9.3
$
我想知道正则表达式中matches at the end of the string的用法一般。
matches at the end of the string
我在网上搜索了{{1}}
但实际上并没有理解。
答案 0 :(得分:0)
一旦你明白了,你的引言就很清楚了。这意味着您要查找的字符串必须结束与正则表达式的内容。
在这种情况下,字符串必须像'[a-zA-Z0-9]'