使用正则表达式构造字符串
假设您有一个集合 E = {a,b},并且您有一个超集 E*,其中包含 E 中 a 和 b 的所有可能组合。如何为 a 的数量可被 3 整除的字符串构造表达式?
Assuming you have a a set E = {a,b}, and you have a superset E* consisting of all possible combinations of a, and b in E. How do you construct an expression for a String that has number of a's divisible by 3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试
示例:
Try
Examples: