The main aim of this repo, is to collect all functions in one place with examples. We can obseve patterns between functions, when we list them in speadsheet format. For Example, - Most of the ...
Have you ever seen this warning ⚠: What if I ask you to create this functionality🤔? You might use a lot of loops and conditional statements based on the complexity required. Regular expression or ...
I was involved in a recent discussion on the "best" way to remove a given parameter from a URL string. The conversation began with using string primitives to split and join the parameter, a method ...
Regular expression functions adapted from python's re library. Several functions that can be used from a worksheet once the add-in is enabled. The Regex Builder Form, a GUI for building regular ...