I'm a hobbyist programmer, mathematician, and artist who spends a lot of time looking at text files. However, sorting through data and numbers can be a drag. For example, number sequences on the OEIS. While digging through different patterns, I kept running into the same problem: I needed to extract certain numbers or strings from blocks of text.
I was using regex for this every time... it got old fast. It works, but it's slow and repetitive for quick tasks.
So, I built Textkala. It’s a small tool that helps extract and highlight exactly what words or lines you’re looking for in a block of text. It supports modes like “after,” “contains,” “excluding,” and more. It’s built to be simple, fast, and usable right away.
Whether you're a developer, student, writer, or just someone trying to clean up a messy file, I hope this helps.
Thanks for visiting. If you have feedback or suggestions, I’d love to hear them.