Oracle® Linux
DTrace Guide
string substr(const char *s
, intindex
) string substr(const char *s
, intindex
, intlength
)
The substr
function returns the substring of
the s
, string, starting at the
index
position. If
length
is specified,
substr
limits the substring to that length.
Copyright © 2013, 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices