Template:String-handling templates: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Kelvin13 add {{Remove file prefix}} |
meta>Fryed-peach mNo edit summary |
||
Line 29: | Line 29: | ||
| group3= Insert strings | | group3= Insert strings | ||
|list3= | |list3= | ||
* {{tl| | * {{tl|Loop}} – Repeat character string n times | ||
* {{tl|Replace}} – Returns the string, after replacing ''all'' occurrences of a specified string with another string. | * {{tl|Replace}} – Returns the string, after replacing ''all'' occurrences of a specified string with another string. | ||
* {{tl|Strloc insert}} – Inserts a string at character location strloc, or appends if strloc<=0. | * {{tl|Strloc insert}} – Inserts a string at character location strloc, or appends if strloc<=0. |