Skip to content
  • Kara Rawson's avatar
    b31b062b
    added string capitalization example · b31b062b
    Kara Rawson authored
    /**
     * Converts a `phrase` to class style.
     *
     * @param phrase    - Phrase to classify.
     * @param separator - Optional separator used to split the `phrase` into words.
     * @returns           Classified `phrase`.
     *
     * @author            Ismaël Chang Ghalimi
     * @copyright         Sutoiku, Inc.
     * @license           MIT
     */
    b31b062b
    added string capitalization example
    Kara Rawson authored
    /**
     * Converts a `phrase` to class style.
     *
     * @param phrase    - Phrase to classify.
     * @param separator - Optional separator used to split the `phrase` into words.
     * @returns           Classified `phrase`.
     *
     * @author            Ismaël Chang Ghalimi
     * @copyright         Sutoiku, Inc.
     * @license           MIT
     */
Loading