[Home]Regular expression/Talk

HomePage | Regular expression | Recent Changes | Preferences

  * character classes, with negation: [a-z0-9^4-6] ('all lowercase letters plus the digits
    0,1,2,3,7,8, and 9')

request verification: "[^" requests negation; a "^" not following the first "[" is taken literally; so this is all lowercase letters, all digits, and "^"


Correct. My 'vi' and 'grep' agree with you. I will remove it. -- JanHidders


HomePage | Regular expression | Recent Changes | Preferences
This page is read-only | View other revisions
Last edited August 18, 2001 3:59 pm by Jan Hidders (diff)
Search: