Perşembe, Mayıs 01, 2008

Regex help

Regex 11 metachars: [,?,*,$,^,\,.,+,(,),|
Character classes : [A-Z] matches a single character in range A-Z.
[^A-Z] matches a character that is not in between A and Z.
Metachars in a chearcter class are : [,\,^.- and need to be escaped by \ when try to match themselves.

Hiç yorum yok: