Skip to content

Instantly share code, notes, and snippets.

@xrrocha
Last active December 16, 2020 18:08
Show Gist options
  • Save xrrocha/f6f35c59337bda4c8473d4d0ce2862e1 to your computer and use it in GitHub Desktop.
Save xrrocha/f6f35c59337bda4c8473d4d0ce2862e1 to your computer and use it in GitHub Desktop.
code block for README-10
fun String.toRegex(): Regex {
return Regex(Pattern.compile(this))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment