bgahagan / scala-regex-interpolation   1.0.0

MIT License GitHub

String interpolation of regex capture groups in scala match statements

Scala versions: 2.13 2.12

scala-regex-interpolation 1.0.0


Group ID:
dev.bgahagan
Artifact ID:
scala-regex-interpolation_2.12
Version:
1.0.0
Release Date:
Jul 26, 2019
Licenses:
MIT
Files:

libraryDependencies += "dev.bgahagan" %% "scala-regex-interpolation" % "1.0.0"

Mill build tool

ivy"dev.bgahagan::scala-regex-interpolation:1.0.0"

Scala CLI

//> using dep "dev.bgahagan::scala-regex-interpolation:1.0.0"

Ammonite REPL

import $ivy.`dev.bgahagan::scala-regex-interpolation:1.0.0`

<dependency>
  <groupId>dev.bgahagan</groupId>
  <artifactId>scala-regex-interpolation_2.12</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'dev.bgahagan', name: 'scala-regex-interpolation_2.12', version: '1.0.0'