Project

General

Profile

Actions

$strip » History » Revision 1

Revision 1/7 | Next »
Per Amundsen, 08/10/2015 08:25 AM


Added in 1.8.10

$strip(text,[burcmo])

Returns text with all control codes stripped out.

Parameters

text - The text to format.

[burcmo] - If specified, only strip these codes, b = bold, u = underline, r = reverse, c = colors, m/o = use global strip options from Options -> Messages.

Example

; Strip all codes.
//echo -ag $strip($chr(3) $+ 3,3text)

; Use global option to strip codes.
//echo -ag $strip($chr(3) $+ 3,3text, m)

; Strip only bold and color codes
//echo -ag $strip($chr(2) $+ $chr(29) $+ $chr(3) $+ 3,3text,bc)

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT