|
Groovy 1.8.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.util.StringUtil
class StringUtil extends Object
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.
Method Summary | |
---|---|
static String
|
tr(String text, String source, String replacement)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
static String tr(String text, String source, String replacement)
Copyright © 2003-2011 The Codehaus. All rights reserved.