For further actions, you may consider blocking this person and/or reporting abuse
Read next
How to Unsave All Saved Posts on Facebook in a Few Simple Steps
Md. Fahim Bin Amin -
How to deploy PostgreSQL database to Railway
Hannah Liao -
Add a sidebar with options in a Filament resource
Sergio Peris -
How I can run elasticsearch locally for development using docker?
Dimitrios Desyllas -
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.