Help for this page
if ($string =~/^(?:Ext|\d|\)|\(|\.|\s|\+\-)+$/i)
if ($string =~/^(?:Ext|[-.+()\d\s])+$/i)