I’ve improved some of the functions that I previously built etc.
[ URL-To-Protocol ]
This formula takes URL-like strings with a prepended transfer protocol and outputs the isolated transfer protocol. The input strings may include unlimited page refe...
I have some data sets you can grab as well…
WorldDB
==> https://resonova.com/research/worlddb
This database contains every country name, ISO alpha2 code, ISO alpha3 code, national flag, currency name, currency ticker, national language, time zone, in...
Lol thank you for the kind words. I hope people can find my contributions useful (especially the URL parser function that is over 140,000 characters long lol)
I only wish we were allowed to share links in here - like to GitHub or something - because ...
Here are some functions that I wrote for parsing URLs. Hopefully they are of use to those of you who need to perform some validation and parsing.
Remove Punctuation
The following characters are removed with this formula:
*Single quotes
*Double quote...