Template:Stringlist:RegexReplaceCorresponding subtitle: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
<span class="pageSubtitle">Replace substrings that match regex with items in a Stringlist</span>
<span class="pageSubtitle">Replace substrings that match regex with items in a Stringlist</span>


See also: [[Stringlist class]], [[List of Stringlist methods]], and [[Stringlist methods syntax]].
<table>
<tr><td valign="top">See also:</td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[Stringlist class]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[List of Stringlist methods]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[Stringlist methods syntax]]
</ul></td>
</tr>
</table>

Revision as of 19:50, 22 January 2011

Replace substrings that match regex with items in a Stringlist

See also: