All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.config4k.readers.RegexReader.kt Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package io.github.config4k.readers

internal class RegexReader: Reader({config, path -> config.getString(path).toRegex()})




© 2015 - 2025 Weber Informatics LLC | Privacy Policy