s-mach / s_mach.string   2.1.0

MIT License Website GitHub

s_mach.string is an open-source Scala library that provides primitives for string manipulation beyond the standard library. s_mach.string supports word-level string manipulations using an arbitrary word definition (e.g. delimited by whitespace, camel case, etc). s_mach.string also provides a variety of find-replace methods.

Scala versions: 2.12 2.11

string 2.1.0


Group ID:
net.s_mach
Artifact ID:
string_2.11
Version:
2.1.0
Release Date:
Dec 11, 2016
Licenses:
MIT
Files:

libraryDependencies += "net.s_mach" %% "string" % "2.1.0"

Mill build tool

ivy"net.s_mach::string:2.1.0"

Scala CLI

//> using dep "net.s_mach::string:2.1.0"

Ammonite REPL

import $ivy.`net.s_mach::string:2.1.0`

<dependency>
  <groupId>net.s_mach</groupId>
  <artifactId>string_2.11</artifactId>
  <version>2.1.0</version>
</dependency>

compile group: 'net.s_mach', name: 'string_2.11', version: '2.1.0'