Previous | 
  Up | 
 Next![]()  | 
Convert any character string into a string which only features alphanumerical symbols, as well as '+' and '%' :Parameters
- the alphanumerical characters remain
 - the spaces are replaced by '+'
 - the other characters are replaced by '%' followed by 2 hexadecimal figures
 
S strtoweb ( S _string_ ) 
Return value
_string_ any string 
corresponding string