Lowercase campus
"Campus" should be capitalized when used in conjunction with city name.
Penny Kronz avatar
Written by Penny Kronz
Updated over a week ago

Type of policy: Regular Expression

What it is used for: You can use the software to identify campus being lowercase when it is prefaced by specific city names.

Update CityName with your appropriate city name.

How to set it up:

  • Use Regular Expression

  • Set policy to “Pages that contain" the Regular Expression

  • Use the following:  

One city:

(CityName\s)(campus)

For multiple cities, add the following to the above regular expression:

|(CityName\s)

For example, two possible cities:

((Atlanta\s)|(Decatur\s))(campus)

For example, three possible cities:

((Atlanta\s)|(Decatur\s)|(Athens\s))(campus)

For information on how to create Policies, please see Policy (Custom Check) Overview.

Did this answer your question?