Jaj, aby sprawdzić, czy ciąg jest interpunkcyjnym Java

if (Pattern.matches("\\p{Punct}", str)) {
    ...
}
Inna Kim