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

switch_regex_perform() public static method

public static switch_regex_perform ( string field, string expression, SWIGTYPE_p_p_real_pcre new_re, SWIGTYPE_p_int ovector, uint olen ) : int
field string
expression string
new_re SWIGTYPE_p_p_real_pcre
ovector SWIGTYPE_p_int
olen uint
return int
        public static int switch_regex_perform(string field, string expression, SWIGTYPE_p_p_real_pcre new_re, SWIGTYPE_p_int ovector, uint olen)
        {
            int ret = freeswitchPINVOKE.switch_regex_perform(field, expression, SWIGTYPE_p_p_real_pcre.getCPtr(new_re), SWIGTYPE_p_int.getCPtr(ovector), olen);
            return ret;
        }
freeswitch