Template:Sandbox: Difference between revisions
Jump to navigation
Jump to search
m (...) Tag: Reverted |
m (...) Tag: Reverted |
||
Line 5: | Line 5: | ||
:v2)"{{{V2}}}" | :v2)"{{{V2}}}" | ||
:pos)"{{#pos:{{{1}}}|{{!}}|0}}" | :pos)"{{#pos:{{{1}}}|{{!}}|0}}" -- ok(?) | ||
:cnt)"{{#count:{{{1}}}|{{!}}}}" | :cnt)"{{#count:{{{1}}}|{{!}}}}" -- ok(?) | ||
: | :rpl)"{{#replace:{{{1}}}|{{!}}|•}}" -- ... | ||
:e40)"{{#explode:{{{1}}}|||0}}" -- | :e30)"{{#explode:{{{1}}}|{{!}}|0}}" -- ... | ||
:e41)"{{#explode:{{{1}}}|||1}}" -- | :e31)"{{#explode:{{{1}}}|{{!}}|1}}" -- ... | ||
:e42)"{{#explode:{{{1}}}|||2}}" -- | :e32)"{{#explode:{{{1}}}|{{!}}|2}}" -- ... | ||
:e40)"{{#explode:{{{1}}}|||0}}" -- whole string(?) | |||
:e41)"{{#explode:{{{1}}}|||1}}" -- Empty | |||
:e42)"{{#explode:{{{1}}}|||2}}" -- Empty |
Revision as of 19:50, 24 August 2024
- <Template:Sandbox>
- A1)"{{{1}}}"
- A2)"{{{2}}}"
- v1)"{{{V1}}}"
- v2)"{{{V2}}}"
- pos)"" -- ok(?)
- cnt)"0" -- ok(?)
- rpl)"{{{1}}}" -- ...
- e30)"{{{1}}}" -- ...
- e31)"" -- ...
- e32)"" -- ...
- e40)"{{{1}}}" -- whole string(?)
- e41)"" -- Empty
- e42)"" -- Empty