
Generates random strings based on regular expressions, offering a feature-rich port of an existing regex generation library. Supports contributions through repository forking and pull requests.
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.
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.