lucee.Componentcfboom.util.StringUtils
Miscellaneous string utility methods.
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
string
|
generateUniqueId()
Creates an UUID and removes the dashes. |
string
|
getRandom([numeric numBits])
Creates a random 32 string based on the numBits entered. |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Method Detail |
---|
Creates an UUID and removes the dashes.
Creates a random 32 string based on the numBits entered.
numBits