22nd June 2021 at 9:44pm
purpose | generates string characters from their numeric character codes |
---|---|
input | ignored |
parameter | C =numeric character code |
output | a string formed from concatenating the characters specified by the numeric codes given in the parameter(s) |
Learn more about how to use Filters
Introduced in v5.2.0
This operator returns a string formed from concatenating the characters specified by the numeric codes given in one or more parameters. It is useful for generating special characters such as tab (charcode[9]
) or new line (charcode[13],[10]
).