StringOp
Public / Constructors
Copy
2 overloads
A string operation that copies the given character.
A string operation that copies characters in the given code value range.
Replace
Returns a IStringOp object that replaces the given token (see what in) with the given replacement (see with in).
Public / Methods
Hex
Returns a IStringOp object that replaces individual characters with hexadecimal escape literal.
A character is escaped if one of the following is true:
-
Its code value is greater than 255.
-
It is not representable with CharacterEncodingSimple.ISO_8859_1.
-
It belongs to the CharacterCategory.Mark, CharacterCategory.Other or CharacterCategory.Symbol categories.
Protected / Methods
DoReverse
Creates the reverse string operation.
This method is only called if IStringOp.IsReversible returns true
.