eggdrop icon indicating copy to clipboard operation
eggdrop copied to clipboard

String utilities

Open crazycatdevs opened this issue 4 years ago • 0 comments

Found by: CrazyCat Patch by: CrazyCat Fixes: N/A

One-line summary: small strings utilities I often use

Additional description (if needed):

  • ucfirst : Make a string's first character uppercase
  • ucwords : Uppercase the first character of each word in a string
  • uclwords : Uppercase the first character of each word in a string,

Test cases demonstrating functionality (if applicable):

crazycatdevs avatar Aug 02 '21 13:08 crazycatdevs