skadi.utils.strings

Skadi.d Web Framework

util/strings - PHP alike functions.

Members

Functions

ctToLower
string ctToLower(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
lcfirst
string lcfirst(string str)

Quick and dirty hack for making the first character of a string lower case

ucfirst
string ucfirst(string str)

Quick and dirty hack for making the first character of a string upper case

Meta

Authors

Faianca

License

MIT License, see LICENSE