str.dellast
Delete the last character. The method deletes the last character if it is equal the specified parameter.
method str str.dellast (
uint ch
)
uint ch
)
Parameters
ch | A character to be checked. |
Return value
Returns the object which method has been called.
Related links | Source |