Hello!
Is it possible to tell the trim() function to remove the unprintable characters only from the right side of a string, leaving the rest of it intact?
Example:
#Tab# #Tab# Text ########
becomes:
#Tab# #Tab# Text
and not:
Text
Thanks, Grisu
Is it possible to tell the trim() function to remove the unprintable characters only from the right side of a string, leaving the rest of it intact?
Example:
#Tab# #Tab# Text ########
becomes:
#Tab# #Tab# Text
and not:
Text
Thanks, Grisu