ExtensionsString
Extension methods for String. Brought into scope by the stringToImplicit method in the package object.
Attributes
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Concatenates a space and then the other String.
Concatenates a space and then the other String.
Attributes
Concaternates a newline character and then the other [String]].
Concaternates a newline character and then the other [String]].
Attributes
Concaternates 2 newline characters and then the other [String]].
Concaternates 2 newline characters and then the other [String]].
Attributes
Appends a colon character, a space then the operand String wit
Appends a colon character, a space then the operand String wit
Attributes
Concatenates a '/' character and then the other String. Useful for constructing directory/ folder paths on the Web, Linux and Unix
Concatenates a '/' character and then the other String. Useful for constructing directory/ folder paths on the Web, Linux and Unix
Attributes
Appends strings with a comma and space separator
Appends strings with a comma and space separator
Attributes
Appends extra Strings to thisString separated by " ;".
Appends extra Strings to thisString separated by " ;".
Attributes
encloses string in Curly brackets
encloses string in Curly brackets
Attributes
encloses string in Square brackets
encloses string in Square brackets
Attributes
Searches for Statement of type A. Can be a value of type A or a setting of a type A.
Searches for Statement of type A. Can be a value of type A or a setting of a type A.
Attributes
Finds Statement of type A and returns value or returns the elseValue if not found.
Finds Statement of type A and returns value or returns the elseValue if not found.
Attributes
Replaces the reserved HTML characters with their corresponding entities, in order to display XML code as text. Eg '>' is replaced by ">".
Replaces the reserved HTML characters with their corresponding entities, in order to display XML code as text. Eg '>' is replaced by ">".
Attributes
Concatenates a newline special character followed by spaces to this string.
Concatenates a newline special character followed by spaces to this string.
Attributes
Replaces newline characters into space characters.
Replaces newline characters into space characters.