Generating strings
From Wikipedia, the free encyclopedia
In computer science generating strings is one of the names given to the process of creating a set of strings from some collection of rules. This is the opposite process to that used when parsing, which recognises a string based on some collection of rules.
Application of this process include test data generation and random essay generation.
[edit] External links
- Generate strings matching a regular expression.
- comp.compilers discussion.