string

Character string in the memory of the computer

A character string is a finite sequence of characters (such as letters, numbers, special characters, and control characters) from a defined character set. Characters in a character string can be repeated. The sequence of characters is defined. A character string can also be empty, that is, it can contain no characters and have the length 0.

Settings
MIME Format and Protocol Result

JSON, all protocols

A character string is returned.

UrlEncoded, all protocols

A URL-escaped character string, enclosed in single quotation marks, is returned.