Next Regular Expression Mastery 88

Upcoming Enhancements?

     (?<> <[^>]*>       # Inside an HTML tag expression...
          \w+ = \w+  # Match an attribute=value pair
     )x              # But otherwise attribute=value is not allowed.


Next Copyright © 2002 M. J. Dominus