Author Topic: $If condition  (Read 4372 times)

redwing

  • Guest
Would be nice if the user can use conditions for $If function that can identify whether a character is an alphabet, number, symbol, or non-western character. Currently it seems only "0-9" is usable. I'd like to use those conditions for grouping artists. Also it would be great if partial conditions like "C-Kc-k" or "4-8" can be used.

redwing

  • Guest
For the record, this wish was fulfilled more than enough by the following new function:

$IsMatch(<field>, regex-pattern)

Thanks, Steven!