Packages

  • package root
    Definition Classes
    root
  • package reqT

    * * _ * | | reqT - a free requirements engineering tool * _ _ _ | | (c) 2011-2014, Lund University * | |/ _ \ / _ || | http://reqT.org * | | | /| (_| || | * |_| \_| \ ||_| * | | * |_| * reqT is free open source, licensed under the BSD 2-clause license: * http://opensource.org/licenses/bsd-license.php *************************************************************************

    * * _ * | | reqT - a free requirements engineering tool * _ _ _ | | (c) 2011-2014, Lund University * | |/ _ \ / _ || | http://reqT.org * | | | /| (_| || | * |_| \_| \ ||_| * | | * |_| * reqT is free open source, licensed under the BSD 2-clause license: * http://opensource.org/licenses/bsd-license.php *************************************************************************

    Definition Classes
    root
  • trait StringUtils extends AnyRef
    Definition Classes
    reqT
  • EnrichedString
  • strUtils

object strUtils

Source
Utils.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. strUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def charToUnicodeSeq(c: Char): String
  2. def decapitalize(s: String): String
  3. def escape(s: String): String
  4. def escapeSeq(s: String): String
  5. def filterEscapeChar(s: String): String
  6. def indentNewline(s: String, n: Int): String
  7. def quoteIfString(a: Any): String
  8. def stripAnySuffix(s: String): String
  9. def suffix(s: String, suf: String): String
  10. def trimUnquote(str: String): String
  11. def trunc(s: String, n: Int): String
  12. def truncPad(s: String, n: Int): String
  13. def unicodeSeq(s: String): String
  14. def valueToRawString(v: Any): String
  15. def valueToString(v: Any): String