MCPcopy Index your code
hub / github.com/deployd/deployd / unicodeToArray

Function unicodeToArray

test-app/public/sinon.js:11985–11987  ·  view source on GitHub ↗

* Converts a Unicode `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted array.

(string)

Source from the content-addressed store, hash-verified

11983 * @returns {Array} Returns the converted array.
11984 */
11985 function unicodeToArray(string) {
11986 return string.match(reUnicode) || [];
11987 }
11988
11989 /**
11990 * Splits a Unicode `string` into an array of its words.

Callers 1

stringToArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected