- or download this
<heading>
level=2,
Introduction to Arguments</heading>
- or download this
<index>
primary-key="listed-arguments",
...
There are two categories of arguments:
</paragraph>
</index>
- or download this
<foo> something=bar, Code is cool </foo>
- or download this
<foo something=bar> Code is cool </foo>
- or download this
$text =~ s/>\s?([\w\-]*?)\=([\w\-\"]*?)\,?/ $1\=$2>/gixs;