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

switch_regex_match_partial() public static method

public static switch_regex_match_partial ( string target, string expression, SWIGTYPE_p_int partial_match ) : switch_status_t
target string
expression string
partial_match SWIGTYPE_p_int
return switch_status_t
        public static switch_status_t switch_regex_match_partial(string target, string expression, SWIGTYPE_p_int partial_match)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_regex_match_partial(target, expression, SWIGTYPE_p_int.getCPtr(partial_match));
            return ret;
        }
freeswitch