MCPcopy Create free account
hub / github.com/electronstudio/raylib-python-cffi / splitQuery

Function splitQuery

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

Source from the content-addressed store, hash-verified

186 */
187if (typeof splitQuery === "undefined") {
188 var splitQuery = (query) =>
189 query
190 .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu)
191 .filter((term) => term); // remove remaining empty strings
192}
193
194/**

Callers 1

searchtools.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected