Join Slack
Communities
Powered by
``` public inline fun String.toRegex(option: Regex...
# announcements
g
gabrielfv
06/28/2018, 2:40 PM
Copy code
public inline fun String.toRegex(option: RegexOption): Regex = Regex(this, option)
Open in Slack
Previous
Next