This website requires JavaScript.
Explore
Help
Register
Sign In
jeffemmett
/
non-fungible-apps
Watch
1
Star
0
Fork
You've already forked non-fungible-apps
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e5d28251c4
non-fungible-apps
/
ui
/
src
/
components
/
core
/
combobox
/
combobox.utils.ts
3 lines
87 B
TypeScript
Raw
Blame
History
export
const
cleanString
=
(
str
:
string
)
=
>
str
.
toLowerCase
(
)
.
replace
(
/\s+/g
,
''
)
;
Reference in New Issue
View Git Blame
Copy Permalink