Project

General

Profile

Previous Up Next

strtoweb
Convert any character string into a string which only features alphanumerical symbols, as well as '+' and '%' :
  • the alphanumerical characters remain
  • the spaces are replaced by '+'
  • the other characters are replaced by '%' followed by 2 hexadecimal figures


S strtoweb (
S _string_
)
Parameters

_string_
any string
Return value

corresponding string