保誠-保戶業務員媒合平台
wayne
2021-12-13 ee59cafd1de5fe45133e391f3837e8f68e2a6de7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.pollex.pam.config;
 
/**
 * Application constants.
 */
public final class Constants {
 
    // Regex for acceptable logins
    public static final String LOGIN_REGEX = "^(?>[a-zA-Z0-9!$&*+=?^_`{|}~.-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)|(?>[_.@A-Za-z0-9-]+)$";
 
    public static final String SYSTEM = "system";
    public static final String DEFAULT_LANGUAGE = "zh-tw";
 
    private Constants() {}
}