Forums Register Login

Java character subsitution

+Pie Number of slices to send: Send
Does anyone out there know if there is a function for java that basically does the same the as the php function strtr()?
For those of you that don't know what that is it takes 3 strings.
Compares each letter of the first string and based on the other two strings, substitues the appropriate character.
(i.e. first string is "cat", second string may have any number of characters, so we'll say abz54ewt, and the third string would have l32ngcpa. Therefore cat would be turned into cla.
Get what I am saying?? I know I could write this myself, but sticking with the spirit of java, there's no sense reinventing the wheel here if something exists.
+Pie Number of slices to send: Send
Hi Ryan
I don't think it exists. May be you can start writing php java package
Regards
Maulin
+Pie Number of slices to send: Send
Hi,
what you are looking for is
package: org.apache.commons.lang
class: StringUtils
method: replace
You will find a lot of other useful String stuff there
Download from http://jakarta.apache.org/commons/index.html
Bye,
J.
Put a gun against his head, pulled my trigger, now he's dead, that tiny ad sure bled
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 842 times.
Similar Threads
Generics + Polymorphism
Pattern Matching
Best practice for resolving overloaded method names for Doc/Lit Wrapped
Help with assigning references
How to compare two different format date
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 19, 2024 04:13:39.