Proposal of [attr/=regex] selector

I would like to propose the selector that match elements with attribute 
which value is OK with a Perl regular expression, i.e.:

[attr/=/[0-9a-z]+/i]

// matches:
// <x attr="123Abc"/>
// does not:
// <x attr="123Abc:)"/>

-- 
Freyjkell

Received on Sunday, 21 October 2007 09:20:48 UTC