cfboom.util

Class StringUtils

lucee.Component
    extended by cfboom.util.StringUtils

Miscellaneous string utility methods.

Class Attributes:
  • singleton : true
  •  
  • output : false
  •  
  • displayname : Class StringUtils
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • auther : Joel Tobey
  •  
  • persistent : false
  •  
    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

    init

    public init()


    Method Detail

    generateUniqueId

    public string generateUniqueId()

    Creates an UUID and removes the dashes.


    getRandom

    public string getRandom([numeric numBits])

    Creates a random 32 string based on the numBits entered.

    Parameters:
    numBits