Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个定义明确且完整的正则表达式字符串示例,可以验证全名。
我希望字符串能够验证大多数名称,例如:
提前致谢。
这是无法做到的,因为没有数据集就无法确定字符串是单词还是名称。您可以做的最好的事情是匹配可能是名称的字符串,然后根据数据集检查这些阳性结果以进行确认。