fun transform(inputString: String): String
Transforms the given object, and returns the transformed value.
inputString - The object to transform.
inputString
Return The transformed object.