25 lines
512 B
Plaintext
25 lines
512 B
Plaintext
|
|
STRIP_COLOURS(1) STRIP_COLOURS(1)
|
|
|
|
NAME
|
|
strip_colours() - strips all colour codes from a string
|
|
|
|
SYNOPSIS
|
|
string strip_colours(string str)
|
|
|
|
DESCRIPTION
|
|
Returns a string free of colour codes.
|
|
|
|
EXAMPLES
|
|
o strip_colours("%^RED%^Descartes tells you:%^RESET%^
|
|
hi!") returns "Descartes tells you: hi!"
|
|
|
|
LOCATION
|
|
/secure/sefun/strings.c
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|