Function tln_skipspace
This function skips any whitespace from the current position within a string and to the next non-whitespace value.
Parameters summary
| string | $body | the string | 
| integer | $offset | the offset within the string where we should start looking for the next non-whitespace character. | 
Return value summary
| 
			integer
		 | the location within the $body where the next non-whitespace char is located. | 
