Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Cut

« XPCOM API Reference

Summary

The Cut function removes a section of the string's internal buffer.

 void Cut(
   index_type aCutStart,
   size_type aCutLength
 );

Parameters

aCutStart
[in] The starting index of the section to remove, measured in storage units.
aCutLength
[in] The length of the section to remove, measured in storage units.

Document Tags and Contributors

 Contributors to this page: Sheppy, Pmash
 Last updated by: Sheppy,