Module:Utils/doc: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
=== Functions === | === Functions === | ||
; <code>trim(s)</code> | |||
: Removes leading and trailing whitespaces (but not interior ones) from a string. | |||
; <code>table_contains(tbl, x)</code>* | ; <code>table_contains(tbl, x)</code>* | ||
: Check if table contains x. | : Check if table contains x. |