254
edits
Line 406: | Line 406: | ||
|- | |- | ||
|start(text, find)||boolean||Checks if '''find''' matches the start of '''text'''.<br>Example: start('1999', '199') = true | |start(text, find)||boolean||Checks if '''find''' matches the start of '''text'''.<br>Example: start('1999', '199') = true | ||
|- | |||
|starti(text, find)||boolean||Checks if '''find''' matches the start of '''text'''. Case insensitive.<br>Example: start('1999', '199') = true | |||
|- | |- | ||
|substr(text, start[, length])||string||Alias for copy. | |substr(text, start[, length])||string||Alias for copy. |
edits