Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>trimlen() - get length of string as if trimmed()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     trimlen() - get length of string as if trimmed()
  Usage:    <integer> = trimlen(<string>)
  Params:   string <string> - the string to check
  Returns:  integer equal to the length of the string without
            trailing spaces.

 ---------------------------------- Example ---------------------------------

                 ? len(trim("   this is the string    "))
                 * prints 21

                 ? trimlen("   this is the string    ")
                 * prints 21


See Also: alltrimlen() ltrimlen() alen() nlen()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson