mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-27 14:57:44 +03:00
3123121d0e
* docs(words): Add docs for words * feat(words): Add words function * test(words): Add words tests * fix: type error fixed * fix: lint * fix: lint * fix: lint * fix: rename file * fix: fix: rename file * fix: change expln * fix: update regular expression for Unicode word matching & change expln * fix: Excluded control characters from the pattern. * fix: Excluded control characters from the pattern. * fix: lint * fix:lint * fix: lint * fix: slice lint * Add docs & fix words to be stricter * chore: Use words instead of getWords * lint --------- Co-authored-by: Sojin Park <raon0211@gmail.com> |
||
---|---|---|
.. | ||
camelCase.md | ||
capitalize.md | ||
constantCase.md | ||
deburr.md | ||
escape.md | ||
escapeRegExp.md | ||
kebabCase.md | ||
lowerCase.md | ||
lowerFirst.md | ||
pad.md | ||
pascalCase.md | ||
snakeCase.md | ||
startCase.md | ||
trim.md | ||
trimEnd.md | ||
trimStart.md | ||
unescape.md | ||
upperCase.md | ||
upperFirst.md | ||
words.md |