Difference between revisions of "String (computer science)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Etc) |
Karl Jones (Talk | contribs) (→External Links) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== See also == | == See also == | ||
+ | * [[Computer programming]] | ||
+ | * [[Computer science]] | ||
+ | * [[Character (computing)]] | ||
+ | * [[Data type]] | ||
+ | * [[Literal (computer programming)]] | ||
* [[Perl]] | * [[Perl]] | ||
* [[Regular expression]] | * [[Regular expression]] | ||
+ | * [[Variable (computer science)]] | ||
== 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 | ||
+ | |||
+ | [[Category:Computation]] | ||
+ | [[Category:Computer programming]] | ||
+ | [[Category:Computer science]] | ||
+ | [[Category:Computing]] | ||
+ | [[Category:Data]] | ||
+ | [[Category:Data types]] | ||
+ | [[Category:Symbols]] | ||
+ | [[Category:Text]] |
Latest revision as of 16:53, 24 April 2016
In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable.
See also
- Computer programming
- Computer science
- Character (computing)
- Data type
- Literal (computer programming)
- Perl
- Regular expression
- Variable (computer science)
External Links
- String (computer science) @ Wikipedia