Answer: escape() function is used to encode the string to convert it as portable string so that it can be sent across any network to any computer which supports ASCII characters.
This function encodes special characters,with the exception of @ * + - / . _
Syntax: escape(string_expr);
Where string_expr is the string to be encoded .
Asked In: Many Interviews |
Alert Moderator