MPN 提取正则表达式
我需要有关 MPN 模式的正则表达式的帮助,主要是针对这个:
Bosch HBA13B250B Built-in Electric Single Oven
因此 3 个字母后跟至少 1 个数字,然后直到到达单词边界应该提取
HBA13B250B
您知道如何将其放入正则表达式模式吗?
I need a help with regex for MPN patterns, mostly for this one:
Bosch HBA13B250B Built-in Electric Single Oven
so 3 letters followed by at least 1 digit and then until word boundry is reached should extract
HBA13B250B
Do you have any ideas how to put it into regex pattern?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用这个:
或者,更好地限制可能的值:
Use this:
or, to better restrict possible values: