kotlin-rgxgen is a Kolin port of curious-odd-man/RgxGen
implementation("community.flock.kotlinx.rgxgen:kotlin-rgxgen:0.0.1")
val randomString = RgxGen.parse("\\w{1,50}").generate()
Contributions to kotlin-rgxgen are welcome! To contribute, please fork the repository and submit a pull request.