Instance

isClosingIn() Determines whether the provided text has the closing chars of the specified Wrapper object at the end.

isOpeningIn() Checks whether the provided text has the opening chars of a specified Wrapper object at the beginning.

replaceClosingIn() Replaces the closing chars of the Wrapper object in the given text with a given replacement value.

replaceOpeningIn() Replaces the opening chars of the Wrapper object in the given text with a given replacement value.

removeWrapIn() Returns given text without the opening and closing chars of the Wrapper object.

textReplaceClosing() Replaces the closing chars of the Wrapper object in the text of the Wrapper object with the given closing chars.

textReplaceOpening() Replaces the opening chars of the Wrapper object in the text of the Wrapper object with the given opening chars.

textUnwrap() The method returns the text of the Wrapper object without its opening and closing chars or the given opening and closing chars.

textWrap() The method returns the text of the Wrapper object wrapped by the given opening and closing chars.

toArray() Returns an array consisting of the opening chars, text, and closing chars.

toWrap() Returns the Wrap instance consists of the text, opening and closing chars of the Wrapper object.

unwrap() Returns the text without the opening and closing chars.

unwrapText() The method returns the primitive value of a specified Wrapper object with text unwrapped from the opening and closing chars of the Wrapper instance or given opening and closing chars.

★ wrap() The method wraps the primitive value of a specified Wrapper object by its opening and closing chars, or the given opening and closing chars.

★ wrapOn() The method wraps the given text with the wrap, the opening, and closing chars of the Wrapper object.

★ wrapText() The method returns the primitive value of the Wrapper object with text wrapped by given opening and closing chars.

Last updated