raymontag has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I write a script to parse wikicode to latex. Now I search for a way to parse an enumeration. Something like
# foo # bar
should look like this after parsing:
\begin{enumerate} \item foo \item bar \end{enumerate}
I think RegEx is a good way to do that but I don't know how to solve this special problem.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: RegEx for parsing wiki enumeration
by jethro (Monsignor) on Apr 06, 2011 at 12:24 UTC | |
by raymontag (Initiate) on Apr 06, 2011 at 15:53 UTC | |
Re: RegEx for parsing wiki enumeration
by andreas1234567 (Vicar) on Apr 06, 2011 at 12:47 UTC | |
by raymontag (Initiate) on Apr 06, 2011 at 15:54 UTC | |
Re: RegEx for parsing wiki enumeration
by vkon (Curate) on Apr 06, 2011 at 12:55 UTC |