Forum Discussion
JHunt
7 years agoCommunity Hero
Hi,
Here's a Groovy example of how to get the value for multiple matches:
assert ('abc1 def2 abc5 def6' =~ /abc(\d)/).findAll() == [['abc1', '1'], ['abc5','5']]
Related Content
- 12 years ago
- 8 months ago
Recent Discussions
- 3 days ago
- 5 days ago