gpt4 book ai didi

regex - 为什么下划线在\w 下?

转载 作者:行者123 更新时间:2023-12-04 11:06:50 26 4
gpt4 key购买 nike

这可能是一个理论问题。

为什么下划线_属于 \w在正则表达式中而不是在 \W

我希望这不是主要基于意见,因为应该有一个原因。

如果有的话,引用会很棒。

最佳答案

来自维基百科的 Regular expression文章(强调我的):

An additional non-POSIX class understood by some tools is [:word:], which is usually defined as [:alnum:] plus underscore. This reflects the fact that in many programming languages these are the characters that may be used in identifiers.



, , 这个 非标类由 \w 表示(此类之外的字符由 \W 表示)。

关于regex - 为什么下划线在\w 下?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22651648/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com