Wrap
Method Signature
Wrap(string=[string], limit=[integer], strip=[boolean])Arguments
Argument
Type
Required
Description
Default
Examples
Script Syntax
sentence = "This is a standard sentence.";
wrappedSentence = wrap( sentence, 7 );
writeOutput( wrappedSentence );
Tag Syntax
Additional Examples
Related
Last updated
Was this helpful?
