Nik Everett 67bfecc070 Painless: add "".replaceAll and "".replaceFirst
These are useful methods in groovy that give you control over
the replacements used:
```
'the quick brown fox'.replaceAll(/[aeiou]/,
		m -> m.group().toUpperCase(Locale.ROOT))
```
2016-06-28 16:39:11 -04:00
..
2016-05-17 11:39:47 -04:00
2016-02-09 02:07:32 -08:00
2016-06-22 09:34:49 +02:00
2016-05-26 10:16:25 -04:00