Method | Description | |
---|---|---|
AlphanumericOnly ( this s ) : string | ||
Capitalise ( this s ) : string |
Capitalise the first letter of the given string.
|
|
Letterify ( this s ) : string |
Get a string with every '?' replaced with a random character from the alphabet.
|
|
Numerify ( this s ) : string |
Get a string with every occurence of '#' replaced with a random number.
|
public static AlphanumericOnly ( this s ) : string | ||
s | this | |
return | string |