254
edits
Line 378: | Line 378: | ||
|- | |- | ||
|padr(text)||string||Converts text to sentence case.<br>Example ?sc(a) | |padr(text)||string||Converts text to sentence case.<br>Example ?sc(a) | ||
|- | |||
|replace(text, find[, replace])||string||Replaces all occurences of '''find''' with '''replace''' in '''text'''.<br>Example: replace('HELLO THERE!', 'THERE', 'TREES') = 'HELLO TREES!' | |||
|- | |- | ||
|sc(text)||string||Converts '''text''' to sentence case.<br>Example: sc('HELLO THERE!') = 'Hello there!' | |sc(text)||string||Converts '''text''' to sentence case.<br>Example: sc('HELLO THERE!') = 'Hello there!' |
edits