Re: Regular expression help?
Chris Dudley <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.curiosa |
|---|---|
| Organization | Xaraya News Server |
| Message-ID | <[email protected]> |
Marjolein Katsma wrote: > I'm normally pretty good with using regular expressions to find things > (using mostly HomeSite or UltraEdit, both of which use a POSIX flavor of > REs). One problem has me stumped though: > > I want to find input tags that do *not* have an id attribute. > (And select/textarea/button - but that's the same problem, of course; one > control at a time is fine). > > Suggestions anyone? > Or is it just not possible? > > (I know I can translate POSIX to Perl flavor REs though the reverse is not > _always_ possible; I can read both though, so I'm open to suggestions of > both types.) > > http://txt2regex.sourceforge.net/ Thats a very handy little tool to interactively build up regular expressions for many different languages. Have found it qutie useful in the past. miko