ngx-gem-spaas
Version:
This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.
6 lines (5 loc) • 306 B
TypeScript
export declare const REGEX_DEC = "^-?(0|[1-9]\\d*)(\\.\\d+)?$";
export declare const REGEX_DEC_OR_HASH = "^[#]{1}$|^-?(0|[1-9]\\d*)(\\.\\d+)?$";
export declare const REGEX_INT = "^[-]?\\d*$";
export declare const REGEX_INT_OR_1DEC = "^-?\\d+([.]\\d)?$";
export declare const REGEX_POSITIVE_INT = "^\\d+$";