Text - Control Characters

Data System Architecture

About

Control characters are used to control the interpretation or display of text, but these characters themselves have no visual or spatial representation.

List

How to see them?

cat -A file
  • $ is \n
  • ^M$ is \r\n
  • ^I is TAB character

Documentation / Reference





Discover More
Regexp
Regexp - Character Class (Character Set)

A character class defines a domain of permitted characters. character set ASCII characters with square brackets where: [ is the start character class definition ] is the end character class...
Character Map 0248 00f8
Text - Character

A character is: an atomic unit of text (10646ISO/IEC 10646:2000 Character specification] is categorized as a primitive data type A character is the smallest component of written language that has...



Share this page:
Follow us:
Task Runner