Solar_Inflect::toDashes()

public string Solar_Inflect::toDashes ( string $str )

Returns any string, converted to using dashes with only lowercase alphanumerics.

Parameters

  • (string) $str: The string to convert.

Returns

  • (string) The converted string.

Description

Returns any string, converted to using dashes with only lowercase alphanumerics.



Local