Regex everywhere

Regex has been a constant in nearly every coding project I’ve worked on. And since infrastructure today is also built on code, regex patterns are everywhere—for instance, in the configurations of ...
0 Read More

I made a text filtering tool!

I kept having problems with sifting through large datasets, and I didn't feel like writing a new script each time I wanted to extract text.So I made Textkala! It can: Match text to an input by prefix,...
0 Read More