Forum Discussion
- JHuntCommunity 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
- 7 months ago
Recent Discussions
- 7 days ago