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.
string 2.1.0
Group ID:
net.s_mach
Artifact ID:
string_2.12
Version:
2.1.0
Release Date:
Dec 11, 2016
Licenses:
Files:
Full Scala Version:
2.12.1
Developers:
libraryDependencies += "net.s_mach" %% "string" % "2.1.0"
ivy"net.s_mach::string:2.1.0"
//> using dep "net.s_mach::string:2.1.0"
import $ivy.`net.s_mach::string:2.1.0`
<dependency> <groupId>net.s_mach</groupId> <artifactId>string_2.12</artifactId> <version>2.1.0</version> </dependency>
compile group: 'net.s_mach', name: 'string_2.12', version: '2.1.0'