Difference between revisions of "NXSL:substr"

14 bytes added ,  18:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
(Created page with "__NOTOC__ Extracts the substring from ''string'' that begins at the ''n''th character and is of length ''len''. == Syntax == substr(''string'', ''n''[, ''len'']); == Para...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Extracts the substring from ''string'' that begins at the ''n''th character and is of length ''len''.
Extracts the substring from ''string'' that begins at the ''n''th character and is of length ''len''.