Hi, someone can give me the regular expression to delete ending space(s).
There is the expression to delete leading but not for ending.
(Sorry for my bad language)
Thanks
Hi, someone can give me the regular expression to delete ending space(s).
There is the expression to delete leading but not for ending.
(Sorry for my bad language)
Thanks
Use Search from the Forum Header and find
Regular Expressions
For deleting leading and trailing space chars at once you can use the function $trim().
DD.20060710.1350
Ok, thanks