You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# RegexToolbox.kt [](https://circleci.com/gh/markwhitaker/RegexToolbox.kt)[](https://jitpack.io/#markwhitaker/RegexToolbox.kt)
3
+
3
4
4
5
Regular expression tools for Kotlin developers.
5
6
@@ -100,9 +101,17 @@ The old syntax is still supported if that's your preference (and for consistency
100
101
101
102
## Usage (Gradle)
102
103
103
-
Replace `x.y.z` with the latest version.
104
+
RegexToolbox.kt is [hosted on JitPack](https://jitpack.io/#markwhitaker/RegexToolbox.kt).
105
+
Replace `x.y.z` with the latest version (shown in the JitPack badge at the top of this page).
**Java developer?** Check out the Java version of this library, [RegexToolbox.Java](https://github.com/markwhitaker/RegexToolbox.Java).
0 commit comments