MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / splitQuery

Function splitQuery

docs/_static/searchtools.js:142–144  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

140 */
141if (typeof splitQuery === "undefined") {
142 var splitQuery = (query) => query
143 .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu)
144 .filter(term => term) // remove remaining empty strings
145}
146
147/**

Callers 1

searchtools.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected