-
Bug
-
Resolution: Duplicate
-
Minor
-
None
...
def testString = "Multi line"
def testStringReplaced = ( testString.replaceAll(~/(line)/,
) )
echo testStringReplaced
...
This block produces output: lineline
I expect it to produce: Multi lineline
- duplicates
-
JENKINS-46358 Support String.eachMatch, String.findAll in Pipeline
-
- Resolved
-