Synthia
Generic and flexible data structure generator
Package ca.uqac.lif.synthia.string

Pickers producing and manipulating character strings. More...

Classes

class  AsString
 Utility picker that converts an input into a string. More...
 
class  RandomPrefix
 Like RandomSubString, but this time, the Picker returns a prefix of the original strings of randomly selected length. More...
 
class  RandomString
 Generates a random character string. More...
 
class  RandomSubString
 RandomPicker that produces random substrings from an original one. More...
 
class  RandomSuffix
 Just like RandomPrefix but for suffixes. More...
 
class  RandomTrim
 A combination of RandomPrefix and RandomSuffix. More...
 
class  StringPattern
 Generates a string according to a predefined pattern. More...
 

Detailed Description

Pickers producing and manipulating character strings.