astro's log

regex

(Updated on 29/08/24. Added more context and the code!)

I LOVE analyzing data. Deriving meaningful information data and visualizing it is something I absolutely enjoy doing.

So one evening, I decided it would be fun to export a group chat, analyze it, and send back the results on the group. It was a hit, yay! Everyone loved it and their feedback and suggestions helped me incorporate more features.

Read more...

Started as a way to perform simple text functions – make all letters uppercase, make all letters lowercase, and search and replace. I then realized that I could also let users use #regex in the search and replace.

Read more...