Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey Guys,
I have the string "4711" in tMap. I want to transform to "47-11". Is there such Java to transform like that?
Thanks for your participation,
Best Regards,
Hi,
Stricly based on your example, you can use the following:
StringHandling.LEFT(row6.Title1,2)+"-"+StringHandling.RIGHT(row6.Title1,2)
Hi,
Stricly based on your example, you can use the following:
StringHandling.LEFT(row6.Title1,2)+"-"+StringHandling.RIGHT(row6.Title1,2)