Menu principale:
$testo = "[[Le_Regex 123 sono_belle!!!]]"; preg_match_all('/[[:alpha:]]+/', $testo, $ris); // Troverà "Le","Regex", "sono" e "belle"