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 1.1.1


Group ID:
net.s_mach
Artifact ID:
string_2.11
Version:
1.1.1
Release Date:
Apr 28, 2016
Licenses:
MIT
Files:

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

Mill build tool

ivy"net.s_mach::string:1.1.1"

Scala CLI

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

Ammonite REPL

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

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

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