IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New LRPD.py
I love this, it's just nice to look at:
\n    tagger = re.compile(""" (?:\n                             \\s+\n                               (?P<attr>[\\w\\d]+)       # Attribute name\n                               \\s*=\\s*(?P<val>         # = value\n                                 [^\\s>\\"\\'][^\\s>]* |   # unquoted values\n                                 \\"[^\\"]*\\"        |   # Double-quoted values\n                                 \\'[^\\']*\\'        |   # Single-quoted values\n                                )\n                              |\n                              \\s*>   # End of tag\n                            )\n                        """,\n                        re.VERBOSE|re.IGNORECASE)\n
-drl
New Still trying to figure out if

it is The Enterprise or a Kangaroo with a big head :-)

Cheers

Doug
     LRPD.py - (deSitter) - (1)
         Still trying to figure out if - (dmarker)

I don't get no respect!
95 ms