使用用法:
require('randexp'); // must require if using node// supports grouping and piping/hello+ (world|to you)/.gen;// => hellooooooooooooooooooo world// classes and ranges and references/<([a-z]\w{0,20})>foo<\1>/.gen;// => <m5xhdg>foo<m5xhdg>// wildcard class/random stuff: .+/.gen;// => random stuff: