给出一个字符串:
ASSUME @pete, @grey and @matt_c ARE really tall
有没有办法可以使用正则表达式来提取:
MATCH 1
1. `@pete`
2. `really tall`
MATCH 2
1. `@grey`
2. `really tall`
MATCH 3
1. `@matt_c`
2. `really tall`
此外,有没有办法我可以使用@为每个人都是可选的?
约束:语法必须是ASSUME [names] ARE [statement]的形式,其中:
,
(space)
,&
或and
很高兴回答有关设置的任何问题。我可以在此处找到我正在努力开展工作的示例字符串的起点:http://regex101.com/r/fS9oK5/4
答案 0 :(得分:1)
答案 1 :(得分:1)
答案 2 :(得分:0)