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
SCTASK0794787 Added regex_param argument to the add_logic_parameter() method, enabling REGEXP-based _regex and _not_regex parameters. This is distinguished from the RLIKE-based _like and _not_like parameters, despite both being synonyms for REGEXP_LIKE, to more clearly indicate API usage for developers and users who consume webservice APIs.