This commit is contained in:
Dianne Skoll
2022-07-12 20:44:57 -04:00
parent 6dcb25073b
commit ef48c2020b
+1 -1
View File
@@ -3238,7 +3238,7 @@ takes \fIa\fR back to 2009-05-13.
.TP .TP
.B strlen(s_str) .B strlen(s_str)
Returns the length of \fIstr\fR. If the length of \fIstr\fR is too large Returns the length of \fIstr\fR. If the length of \fIstr\fR is too large
to represent as an integers, emits a "Number too high" error. to represent as an integer, emits a "Number too high" error.
.TP .TP
.B substr(s_str, i_start [,i_end]) .B substr(s_str, i_start [,i_end])
Returns a \fBSTRING\fR consisting of all characters in \fIstr\fR from Returns a \fBSTRING\fR consisting of all characters in \fIstr\fR from