String Manipulate

how can i manipulate a string?for example i want to reversed a string ( generate string output is the reserve string from string input).in the common java i usually use array or pointer,but in WMdeveloper it’s kinda hard to understand the logic…

thanks

For many needs the services in pub.string will be useful. If you have needs such as the contrived “reverse string” example, you can create a Java service that does the work.

For requirements like this ,u have to create your own java service .

-sri