Talk:LlStringLength: Difference between revisions
Jump to navigation
Jump to search
New page: Anyone have any idea if LL is working on a built-in function to determine the number of bytes in a string? Considering functions like llHTTPRequest have limitations based on bytes, not jus... |
No edit summary |
||
Line 1: | Line 1: | ||
Anyone have any idea if LL is working on a built-in function to determine the number of bytes in a string? Considering functions like llHTTPRequest have limitations based on bytes, not just characters, this would be handy. | Anyone have any idea if LL is working on a built-in function to determine the number of bytes in a string? Considering functions like llHTTPRequest have limitations based on bytes, not just characters, this would be handy. | ||
Anyone know a good method to get the number of characters excluding spaces and new lines? Even better, a method to exclude any particular characters? |
Revision as of 07:49, 29 March 2009
Anyone have any idea if LL is working on a built-in function to determine the number of bytes in a string? Considering functions like llHTTPRequest have limitations based on bytes, not just characters, this would be handy.
Anyone know a good method to get the number of characters excluding spaces and new lines? Even better, a method to exclude any particular characters?