Arbortext Command Language > Using the Arbortext Command Language > Using Regular Expressions > Negation
  
Negation
The circumflex character ^, when used as the first character of a character class, searches for any matches other than the specification that follows it; that is, it matches any character not in the set. For example, the command find /[^.,]/ -e would match the next occurrence of any character other than a period, comma, or space.