Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ insert_str()

str Cope.misc.insert_str ( str  string,
int  index,
str  inserted 
)

Returns the string with inserted inserted into string at index

Definition at line 82 of file misc.py.