Gentee Programming Language > Documentation > Libraries | Download documentation |
Delete the specified character on either sides of a string.
str str.trim( uint ch, uint flag )
ch The character being deleted. flag дыруш for deletion. $TRIM_LEFT Trim the left side $TRIM_RIGHT Trim the right side $TRIM_ONE Delete only one character $TRIM_PAIR If the character being deleted is a bracket, look the closing bracket on the right
Returns the object which method has been called.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |