Some Functions i have found useful over time
- Find the first occurence of a number having a given number of digits within a string
- Find all occurence of a number having a given number of digits within a sting
- Convert Decimal to Binary
- Convert Firebase Realtime Database Snapshot to Array ( It is recursive so it even converts nested objects to arrays)