string-instrument
    Preparing search index...

    Function separate

    • Converts a string of camelcase or underscore separated words to a space seperated string.

      Parameters

      • words: string

        a camelcase or underscore separated string to be converted to be space separated.

      Returns string

      a space separated version of words.