Match expressions question

I have Zones named Sector01 … Sector10. I have also named Zones sector11 … sector16.

I want a match expression that is true when LocationName =~ [s] that is, it contains a lowercase s.

This example does not work. Any suggestions?

it’s late,
flaney

Vassal would not understand that expressions. Upcoming version 3.2 will but currently it only understands simple and/or statements. What you’ll probably have do here is have some sort of variable for the sector number (let’s call it ZoneTag) and then use an expression like:

CurrentZone = sector$ZoneTag$ && ZoneTag > 10