org.parboiled.common

StringUtils

object StringUtils extends

go to: companion
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Value Members

  1. def equalsIgnoreCase (str1: String, str2: String) : Boolean

  2. def escape (c: Char) : String

  3. def escape (string: String) : String

  4. def isEmpty (str: String) : Boolean

  5. def isNotEmpty (str: String) : Boolean

  6. def join (array: Array[AnyRef], separator: String, startIndex: Int, endIndex: Int) : String

  7. def join (array: Array[AnyRef], separator: String) : String

  8. def join (iterator: Iterator, separator: String) : String

  9. def join (iterable: Iterable, separator: String) : String

  10. def left (str: String, len: Int) : String

  11. def length (str: String) : Int

  12. def mid (str: String, pos: Int, len: Int) : String

  13. def repeat (c: Char, n: Int) : String

  14. def right (str: String, len: Int) : String

  15. def startsWith (string: String, prefix: String) : Boolean

  16. def substring (str: String, start: Int, end: Int) : String

  17. def substring (str: String, start: Int) : String