@stdlib/string
Version:
String manipulation functions.
11 lines (7 loc) • 380 B
Plain Text
Usage: substring-after-last [options] --search=<string> [<string>]
Options:
-h, --help Print this message.
-V, --version Print the package version.
--search string Search string.
--from-index int Index at which to start the search.
--split sep Delimiter for stdin data. Default: '/\\r?\\n/'.