FreeSWITCH.Native.freeswitch.switch_regex_match C# (CSharp) Method

switch_regex_match() public static method

public static switch_regex_match ( string target, string expression ) : switch_status_t
target string
expression string
return switch_status_t
        public static switch_status_t switch_regex_match(string target, string expression)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_regex_match(target, expression);
            return ret;
        }
freeswitch