public class StructHelper
extends java.lang.Object
| Constructor and Description |
|---|
StructHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPunctuation(char c)
check if the character is a punctuation (.,,,;,:,!,?,},),])
|
static boolean |
isWordBoundary(char c)
check if a char is a whitespace, punctuation or quote character
|
public static final boolean isWordBoundary(char c)
c - charisPunctuation(char)public static final boolean isPunctuation(char c)
c - char