About
A string is a finite sequence of characters with the same coding representation (ie character set).
As a sequence is, a string is also characterized as an abstract data structure
Articles Related
Function
-
- uppercase (upper,ucase)
Generation
Non meaningful
- As a string is a sequence of character,
- And as a character is an integer in a character set
- You can just choose characters at random
Meaningful
A meaningful string is at minimum a word but it may also be a sentence (paragraph,,,.). The generation of a meaningful string is called natural language generation (NLG). See Natural Language - Generation