io.github.config4k.readers.RegexReader.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of config4k Show documentation
Show all versions of config4k Show documentation
A Typesafe Config wrapper for Kotlin
package io.github.config4k.readers
internal class RegexReader: Reader({config, path -> config.getString(path).toRegex()})
© 2015 - 2025 Weber Informatics LLC | Privacy Policy