Difference between revisions of "Manuals/calci/ESCAPE"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
# ESCAPE("Wish you many more Happy Returns of the day") = Wish%20you%20many%20more%20Happy%20Returns%20of%20the%20day
 
# ESCAPE("Wish you many more Happy Returns of the day") = Wish%20you%20many%20more%20Happy%20Returns%20of%20the%20day
 
# ESCAPE("Life is like a mirror") = Life%20is%20like%20a%20mirror
 
# ESCAPE("Life is like a mirror") = Life%20is%20like%20a%20mirror
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=sqPTR_v4qFA|280|center|UTF}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:03, 21 March 2019

ESCAPE (Text)


  • is any text to be encoded.

Description

  • This function is used to encoded a given string.
  • In ,the given parameter is any string to be encoded.
  • is the function encodes a string.
  • This function makes a string portable,so it can be transmitted across any computer that supports ASCII characters.
  • This function encodes special characters, with the exception of: * @ - _ + . /

Examples

  1. ESCAPE("Have a nice day") = Have%20a%20nice%20day
  2. ESCAPE("Wish you many more Happy Returns of the day") = Wish%20you%20many%20more%20Happy%20Returns%20of%20the%20day
  3. ESCAPE("Life is like a mirror") = Life%20is%20like%20a%20mirror

Related Videos

UTF

See Also


References