$mknickfn » History » Version 3
Per Amundsen, 02/23/2023 04:55 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | *$mknickfn(nickname)* |
||
4 | |||
5 | Formats a nick for use as a valid filename. |
||
6 | |||
7 | _Removes certain characters from the nick._ |
||
8 | |||
9 | *Parameters* |
||
10 | |||
11 | 3 | Per Amundsen | table(ktable). |
12 | |*Parameter*|*Description*| |
||
13 | | nickname | The nickname to format. | |
||
14 | 2 | Per Amundsen | |
15 | *Example* |
||
16 | |||
17 | <pre> |
||
18 | ; Format the nickname 'tes\t' to 'test' |
||
19 | //echo -ag $mknickfn(tes\t) |
||
20 | </pre> |