es-toolkit
es-toolkit copied to clipboard
feat: add `upperCase` function
Solves issue #304
Benchmark
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| es-toolkit | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 20, 2024 0:06am |
For long strings, we might try with the manual for loops instead of Array#map -- probably that's the reason why we are slow if the text is long.