StandardInflector
class StandardInflector extends Inflector (View source)
Methods
static bool
is_upper(string $s)
Determines if a string contains all uppercase characters.
from Inflector
static bool
is_lower(string $s)
Determines if a string contains all lowercase characters.
from Inflector
string
uncamelize(string $s)
Convert a camelized string to a lowercase, underscored string.
from Inflector
string
underscorify(string $s)
Convert a string with space into a underscored equivalent.
from Inflector
variablize($s)
No description
tableize($s)
No description
Details
static bool
is_upper(string $s)
Determines if a string contains all uppercase characters.
static bool
is_lower(string $s)
Determines if a string contains all lowercase characters.
string
uncamelize(string $s)
Convert a camelized string to a lowercase, underscored string.
string
underscorify(string $s)
Convert a string with space into a underscored equivalent.