- org.codehaus.groovy.util.StringUtil
-
-
Constructor Summary
Constructors
Constructor and description |
StringUtil()
|
-
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
static String |
tr(String text, String source, String replacement) Provides Groovy with functionality similar to the unix tr command
which translates a string replacing characters from a source set
with characters from a replacement set. |
-
Inherited Methods Summary
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.