s_mach

string

package string

Note1 : ensures recursive replacements cannot occur. Once a section of the string has been matched, it cannot be matched again later. All replacements occur only after all matching has finished.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. string
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class SMach_String_PimpMyString extends AnyVal

  2. trait WordSplitResult extends AnyRef

    A trait for the lazy result of a word split

  3. trait WordSplitter extends AnyRef

    A trait for a word splitter that allows splitting a string into "words" and "glue".

    A trait for a word splitter that allows splitting a string into "words" and "glue". Each word splitter defines words and glue differently. A whitespace splitter assigns whitespace runs as "glue" and non-whitespace runs as "words". A capitalization-based splitter creates words when capitalization changes from

Inherited from AnyRef

Inherited from Any

Ungrouped