<@UB7DDNASC> The same goes for the regexes - we'll...
# http4k
d
@maybetrinity The same goes for the regexes - we'll see what we can do to add some simpled Kotlin wrappers to make this easy. The only thing about regexes are that they are inherently one way. If might make more sense to wrap the strings in a microtype (ie a data class with one field) and handle the (de)marshalling inside the construction of that type.
👍 1
m
yeah this is what i thought about doing for the regex. okay neat!