Nico Grubert <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I would like to parse a string in Python.
>
> If the string is e.g. '[url=http://www.whatever.org][/url]' I would like
> to generate this string:
> 'http://www.whatever.org";>http://www.whatever.org'
>
> If the string is e.g. '[url=http://
Nico Grubert wrote:
> I would like to parse a string in Python.
>
> If the string is e.g. '[url=http://www.whatever.org][/url]' I would like
> to generate this string:
> 'http://www.whatever.org";>http://www.whatever.org'
>
> If the string is e.g. '[url=http://www.whatever.org]My link[/url]' I
> w
Hi there,
I would like to parse a string in Python.
If the string is e.g. '[url=http://www.whatever.org][/url]' I would like
to generate this string:
'http://www.whatever.org";>http://www.whatever.org'
If the string is e.g. '[url=http://www.whatever.org]My link[/url]' I
would like to generate