Empty string: Difference between revisions

Content deleted Content added
Undid revision 1036918332 by 103.151.0.36 (talk)
Tag: Reverted
No edit summary
Line 80:
|}
 
=== Examples of empty strings ===
Deleted all
{{Expand section|date=March 2010}}
The empty string is a syntactically valid representation of [[0 (number)|zero]] in [[positional notation]] (in any base), which does not contain [[leading zero]]s. Since the empty string does not have a standard visual representation outside of formal language theory, the number zero is traditionally represented by a single [[decimal digit]] '''0''' instead.
 
Zero-filled memory area, interpreted as a [[null-terminated string]], is an empty string.
 
Empty lines of text show the empty string. This can occur from two consecutive [[End of line|EOLs]], as often occur in [[text file]]s, and this is sometimes used in [[text processing]] to separate [[paragraph]]s, e.g. in [[MediaWiki]].
 
==See also==