| w3Utils Reference |
Reference
Methods |
|
| |
|
| Returns a GUID, Optinally
stripped from all special characters. The function simply generates a GUID. var uid = GeneratorUtils.GenerateGUID( true ); |
|
| |
|
Given a length, generates
a close-to-unique string that can be used as a password etc.var pwd = GeneratorUtils.GeneratePassword( 8 ); |
|
| |
|
Given a length, generates
a close to unique string that can be used as password etc.var aString = GeneratorUtils.GenerateSemiUniqueString( 8 ); |