regex use included in 3.2?

Just asking…

Are there any examples of regular expressions using the Matching field for Trigger Properties?

I want to test if the 1st character is capitalized.

LocationName =~ [S] or something like that.

Thanks for any suggestions

Flaney

I went and downloaded a heap of modules in the hopes of finding an example of regex in a matching window for triggers. In StarFleetBattleForce, I found the following:

CurrentMap !=~ Player\d

I modified that to:

LocationName =~ Sector\d\d
LocationName =~ sector\d\d

and that works great!

Is there anything to help folks know these little tricks? FAQ? SecretMeeting™ minutes? :slight_smile:

Flaney