Description Usage Arguments Details Value See Also
Take a string str
, then look for
the position index of the first instance of the char chr
.
1 | first_argchr(str, chr)
|
str |
a string. |
chr |
a char of |
None.
Return the position index of the first chr
in str
.
argchr
returns all the instances
of chr
in str
.
first_argchr
returns the first instance
of chr
in str
.
delstr_begin
deletes the beginning of a string.
delstr_end
deletes the end of a string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.