public class ParserUtils extends Object
| Constructor and Description |
|---|
ParserUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlankOrCommented(String str)
Checks if the input string is commented or is blank
|
static boolean |
isCommented(String str)
Checks if the input string is commented
|
public static boolean isCommented(String str)
str - the string to checkpublic static boolean isBlankOrCommented(String str)
str - the string to checkCopyright © 2004–2019 OpenL Tablets. All rights reserved.