@umbraco-cms/backoffice
Preparing search index...
packages/core/utils
fuzzyTokenize
Function fuzzyTokenize
fuzzyTokenize
(
text
:
string
)
:
string
[]
Splits text into lowercase tokens on whitespace, hyphens and dots.
Parameters
text
:
string
The text to tokenize.
Returns
string
[]
The tokens.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@umbraco-cms/backoffice
Loading...
Splits text into lowercase tokens on whitespace, hyphens and dots.