Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

my meta

$meta_query = array(
	array(
		'key'     => 'phone',
		'value'   => '$value',
		'compare' => 'REGEXP',
	),
);