StringReplacer

class StringReplacer(var text: String)

Holds a string and provides methods to run various string replacement operations

Author

stumper66

Since

3.13.2

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun replace(replace: String, replaceWith: Double)
fun replace(replace: String, replaceWith: Int)
fun replace(replace: String, replaceWith: String?): StringReplacer
Link copied to clipboard
fun replaceIfExists(target: String, operation: Supplier<String?>?)
Link copied to clipboard
open override fun toString(): String