public abstract class ValidationUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_REGEX
Wyrażenie regularne -> wszystkie znaki (a-z 0-9) oraz znaki [ - . ]
|
| Constructor and Description |
|---|
ValidationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isProperKey(String key)
Sprawdza czy podany tekst jest poprawnym kluczem.
|
public static final String KEY_REGEX
public static boolean isProperKey(String key)
Copyright © 2023 Suncode. All rights reserved.