I am trying to check a field for special charaters and just cant seem to make it work.
I figure it to be some version of this
BEGIN RETURN
match_regex($parameter0, '[^a-z]+', null);
END
Any help in this matter would be greatly appreciated.
I am trying to check a field for special charaters and just cant seem to make it work.
I figure it to be some version of this
BEGIN RETURN
match_regex($parameter0, '[^a-z]+', null);
END
Any help in this matter would be greatly appreciated.