Method | Description | |
---|---|---|
Random ( int length ) : string |
Generates a string with a specifies length. Characters will all be printable [A-Za-z]
|
|
Random ( string regex ) : string |
Generate a string that fits the format of a regex. (Please, keep the regex simple if you don't want this to break)
|
Method | Description | |
---|---|---|
RegCh ( System.CharEnumerator charEnum, string regex, string[]>.List |
||
String ( ) : System |
public static Random ( string regex ) : string | ||
regex | string | A regex to use to define the format of the string. |
return | string |