Cita:  
					Iniciado por el_java_07 
  Por curiosidad, que lenguaje es ese? :S
       
Código Javascript
:
Ver originalpublic boolean CDpEGGbLPPcPuS(String text) {
        Pattern pc = Pattern.compile("^[-A-Z0-9 \\[ \\] : \\s+  _ \\{ \\}  \\(  \\) ; \\.  \\/ áéíóúÁÉÍÓÚ\u00f1\u00d1a-z]*$");
        Matcher m = pc.matcher(text);
        return m.matches();
    }
  
  
La Expresion Regular la estoy utilizando desde JAVA