util_phone_compare


Description:

[ Version ( since = "3.50" ) ]
public static bool util_phone_compare (string phone_value, string lookup_value, BookBackendSexpCompareKind compare_kind)

A utility function, which compares only numbers from the phone_value with lookup_value using compare_kind method.

Parameters:

phone_value

a phone number to compare

lookup_value

a value to lookup for in the phone number

compare_kind

an BookBackendSexpCompareKind

Returns:

whether numbers from the phone_value match the lookup_value using the given compare_kind