Description Usage Arguments Value
grab the first (or z'th) element(s) of x after splitting it on y unlike Perl or C versions, this function does not modify x behind the scenes
1 | strshift(x, y = " ", z = 1)
|
x |
a string |
y |
a split character (default is " ") |
z |
which element(s) to retrieve (default is 1) |
the element(s) [z] produced by splitting basename(x) on y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.