ottimo !! ;D
codice:
try {
	boolean foundMatch = subjectString.matches("\\[.*\\]");
} catch (PatternSyntaxException ex) {
	// Syntax error in the regular expression
}
grazie mille