Difference between revisions of "String (computer science)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Added (computer science).)
(Etc)
Line 1: Line 1:
 
In [[computer programming]], a '''string''' is traditionally a sequence of [[Character (computing)|characters]], either as a [[Literal (computer programming)|literal constant]] or as some kind of [[Variable (computer science)|variable]].  
 
In [[computer programming]], a '''string''' is traditionally a sequence of [[Character (computing)|characters]], either as a [[Literal (computer programming)|literal constant]] or as some kind of [[Variable (computer science)|variable]].  
 +
 +
== See also ==
 +
 +
* [[Perl]]
 +
* [[Regular expression]]
  
 
== External Links ==
 
== External Links ==
  
 
* [https://en.wikipedia.org/wiki/String_(computer_science) String (computer science)] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/String_(computer_science) String (computer science)] @ Wikipedia

Revision as of 08:07, 10 August 2015

In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable.

See also

External Links