object
StringOps
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
collapseGlue(s: String, glueSubst: String)(implicit splitter: WordSplitter): String
-
def
collapseWhitespace(s: String): String
-
def
convert[A](s: String, f: (String) ⇒ A): Option[A]
-
def
ensureSuffix(s: String, suffix: String): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
findAllReplace(s: String, caseSensitive: Boolean, fr: Seq[(Seq[String], String)]): String
-
def
findAllReplaceWords(s: String, caseSensitive: Boolean, fr: Seq[(Seq[String], String)])(implicit splitter: WordSplitter): String
-
def
findRegexReplace(s: String, zomRegex: Seq[(Regex, String)]): String
-
def
findRegexReplaceMatch(s: String, zomRegex: Seq[(Regex, (Match) ⇒ String)]): String
-
def
findReplace(s: String, caseSensitive: Boolean, fr: Seq[(String, String)]): String
-
def
findReplaceWords(s: String, caseSensitive: Boolean, fr: Seq[(String, String)])(implicit splitter: WordSplitter): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
indent(s: String, n: Int, spacer: String = " "): String
-
final
def
isInstanceOf[T0]: Boolean
-
def
mapWords(s: String)(f: (String) ⇒ String)(implicit splitter: WordSplitter): String
-
implicit
def
match2tuple(m: Match): (Int, Int)
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toCamelCase(s: String)(implicit splitter: WordSplitter): String
-
def
toDoubleOpt(s: String): Option[Double]
-
def
toIntOpt(s: String): Option[Int]
-
def
toLongOpt(s: String): Option[Long]
-
def
toOption(s: String): Option[String]
-
def
toPascalCase(s: String)(implicit splitter: WordSplitter): String
-
def
toProperCase(s: String): String
-
def
toSnakeCase(s: String)(implicit splitter: WordSplitter): String
-
def
toString(): String
-
def
toTitleCase(s: String)(implicit splitter: WordSplitter): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any