time-to-botec/js/node_modules/@stdlib/string/substring-after-last/docs/usage.txt

11 lines
380 B
Plaintext
Raw Normal View History

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/'.