For further actions, you may consider blocking this person and/or reporting abuse
Postgres on Neon - Get the Free Plan
No credit card required. The database you love, on a serverless platform designed to help you build faster.
Read next

Daily JavaScript Challenge #JS-86: Array Symmetry Checker
DPC -

Laravel queues: Skip job if no longer required
Sergio Peris -

Why I won't use querySelector again.
Ayobami Ogundiran -

Trees in SQL
Andrej Kirejeŭ -
Top comments (6)
Very good lib, gonna use in every project!
Thanks! Let me know how it went 😀
You can get a generalized form of your hard-coded alphabet exports by having a function to generate ranges of characters based on codepoints:
You can also get all ASCII special characters (i.e. non-alphanumerics) by diffing
printableAsciis
with the alphanumeric versions:That's a good point, thanks! If you want, you can create a pull request to replace it with your solution.
Extended string functions are very welcome. Are there any performance tests comparing different approaches?
Hi! No, not yet. Turbo strings is still under development so performance might not be the best. After it will be more stable, I will probably add some benchmarks in the readme.