I just released my first Kotlin library, <Ketex>! ...
# feed
t
I just released my first Kotlin library, Ketex! this library allows you to create regexes using a fully idiomatic DSL. Available on maven central now, I really hope you give it a try! (requires enabling context receivers)
r
Any code sample?
t
I was also curious. Looks like there’s some tests you can use as examples: https://github.com/TheOnlyTails/ketex/blob/main/src/test/kotlin/KetexTest.kt
t
I haven't written any proper docs yet, but I'll probably get it done until next week.
As todd has said, the tests are probably the best place to look right now