iis - RegEx on URL: any 3rd level domain except www -


i want match/capture 3rd level domain name url except www. capture www1.domain.com or myurl.domain.com not www.domain.com. how write this?

filter list , remove entry matches ^www. patter.

it "what ever begins www. (back slash escapes . other wise match www1 without backslash)


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -