Manuals/calci/ESCAPE

Revision as of 13:42, 16 April 2018 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''ESCAPE (Text)'''</div><br/> *<math>Text</math> is any text to be encoded. ==Description== *This function is used to encoded a given string. *I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ESCAPE (Text)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Text} is any text to be encoded.

Description

  • This function is used to encoded a given string.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ESCAPE()} ,the given parameter is any string to be encoded.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ESCAPE} 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

See Also


References