1

Use regular expressions to define profiles

When I define a profile I can use matches (eg * + ! /) But I find that very limited.

Example:

Profile> State> Net> WiFi Near:

SSID: Famil+
[...] (But I would like to use it like this)
SSID: Famil(y|iar)

So I can filter much better than using matches. And you can change this search/filter pattern in the profile itself or in preferences.

1 reply

Hi. That's already possible :) Check here.

Regex Matching is available:

  • in the If condition of an action, when the ~R or !~R operators are specified.
  • in the Variable Search Replace action
  • in the condition of a Variable Value state
  • wherever a Simple Match is possible, by preceding the regex with ~R or !~R