Character - Whitespace

Data System Architecture

About

White-space characters is a set of characters that contains:

They are part of the non printing characters.

Space set

They may be a difference between the class:

  • space
  • and whitespace

as seen below between the regular expression definition and unicode.

Regular expression

In regular expression, the [:space:] class contains the following characters.

Note that the shorthand:

  • \S select anything that is not a whitespace character
  • \s or [:space:] select any whitespace character

Unicode code

See the whole set on Unicode by giving the class [:whitespace:]

How to

Show them

They are generally replaced by visible characters

Whitespace





Discover More
Notepad Eol
Examples on how to replace a text in Notepad++ with regular expression

A step by step tutorial and snippets on how to replace a portion of text in notepad++ with regular expression
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...
Regexp
Regular Expression - Line (Beginning and End)

Page the definition of line boundary (EOL) in regular expression You can define the begining or the end of a line with boundary matcher boundary matcher Description ^ The beginning of a line...



Share this page:
Follow us:
Task Runner