Skip to content

Instantly share code, notes, and snippets.

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