es-toolkit/docs/reference/string
raon0211 92500e54da
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
docs: Add docs for functions
2024-09-25 17:37:03 +09:00
..
camelCase.md feat(string): Make camelCase and other functions to support emojis 2024-09-25 16:25:52 +09:00
capitalize.md feat(capitalize): add capitalize (#161) 2024-07-12 10:07:40 +09:00
constantCase.md docs: Add docs for functions 2024-09-25 17:37:03 +09:00
deburr.md docs(deburr): Add docs for deburr 2024-08-31 13:50:18 +09:00
escape.md docs(escape, unescape): Add docs for escape & unescape 2024-09-03 23:53:24 +09:00
escapeRegExp.md docs: Add documentation automatic generation script 2024-09-08 17:02:19 +09:00
kebabCase.md style: Apply prettier 2024-08-11 10:54:13 +09:00
lowerCase.md feat(lowerCase): Add lowerCase function (#166) 2024-07-12 10:17:34 +09:00
lowerFirst.md feat(upperFirst, lowerFirst): Add some docs for lowerFirst & upperFirst 2024-08-25 22:22:21 +09:00
pad.md docs: Update wrong headings and contents (#547) 2024-09-18 17:36:04 +09:00
pascalCase.md docs(pascalCase, startCase): Add docs for pascalCase & startCase 2024-08-10 10:26:23 +09:00
snakeCase.md feat(snakeCase): add snakeCase (#152) 2024-07-11 09:14:09 +09:00
startCase.md fix(startCase): convert the non-first char to lowercase (#591) 2024-09-24 10:39:37 +09:00
trim.md feat(trim, trimStart, trimEnd): Ensure compatibility with trim, trimStart, and trimEnd 2024-09-13 16:41:10 +09:00
trimEnd.md feat(trim, trimStart, trimEnd): Ensure compatibility with trim, trimStart, and trimEnd 2024-09-13 16:41:10 +09:00
trimStart.md docs(trimStart): Update docs for trimStart (#576) 2024-09-23 15:13:21 +09:00
unescape.md chore: Move attempt to compat, and style docs 2024-09-08 17:11:06 +09:00
upperCase.md feat: add upperCase function (#402) 2024-09-13 15:34:16 +09:00
upperFirst.md style: Fix ESLint errors 2024-08-31 14:45:20 +09:00