gpt4 book ai didi

regex - 正则表达式 : does Kleene star have a distributive property?

转载 作者:行者123 更新时间:2023-12-01 10:55:44 26 4
gpt4 key购买 nike

(aa)*会有区别吗和 (a*a*) ?

有分配属性吗?

最佳答案

Kleene 星不分布。 (ab)*(a*b*) 非常不同.

在您的具体示例中,(aa)*将匹配两组 a s(因此,它只匹配 a 的偶数),而 (a*a*)相当于 (a*)并匹配 a 的任何序列s。 (在这种情况下, L((aa)*)L((a*a*)) 的真子集,但对于一般的正则表达式不一定如此)。

关于regex - 正则表达式 : does Kleene star have a distributive property?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15265193/

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