gpt4 book ai didi

python - 将 Python 正则表达式转换为 VisualBasic

转载 作者:太空宇宙 更新时间:2023-11-04 11:00:13 25 4
gpt4 key购买 nike

我正在将 python 应用程序转换为 VB.net,我需要有关此正则表达式的帮助:

a = 'abcdef'
b = re.compile('[' + a + ']{3,}$', re.I)

是否可以将其转换为 Visual Basic,如果可以,您能提供任何代码吗?

最佳答案

Dim b As New Regex("[" + a + "]{3,}$", RegexOptions.IgnoreCase)

不过我看不出问题所在。

关于python - 将 Python 正则表达式转换为 VisualBasic,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6264250/

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