Gentee Programming Language > Documentation > Libraries Download documentation

str.quote

The method adds one character to the left and to the right. If the string already starts and ends in this character, it will not be added.
 
str str.quote(
      uint   ch
)

Parameters

chThe character that will be added to the left and to the right.

Return value

Returns the object which method has been called.

See also

    Strings


 Copyright © 2004-2006 Gentee Inc. All rights reserved.