Wrapper
The final proposal for method names of the Wrap
instance. The methods having some explanation can be clicked.
Instance method names
Name | Description |
---|---|
isClosingIn() | Checks if the provided |
isOpeningIn() | Checks if the provided |
replaceClosingIn() | Replaces the closing chars of the |
replaceOpeningIn() | Replaces the opening chars of the |
removeWrapIn() | Returns the text without the opening and closing of the wrapper. |
textWrap() | The method returns the |
textUnwrap() | The method returns the text of the |
toWrap() | Returns the |
unwrap() | Returns the text without the opening and closing chars. |
wrap() | The method wraps the primitive value of a specified |
wrapOn() | Wraps the specific text with the wrap, the opening, and closing of the |
Last updated