You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
use condition
StringMatchto preform startsWith and contains on aString.StringMatch only supports static values.
May also be able to
StringSplit($.value, $.searchTerm)to accomplish these.ArrayLength(StringSplit(..)) > 2=> contains == true.ArrayLength(StringSplit(..)) > 2 && arr[0] === ""starts with == true