UNPKG
@gf-ui/components
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.9
0.0.5
跨框架核心库
github.com/ionic-team/stencil-component-starter
ionic-team/stencil-component-starter
@gf-ui/components
/
dist
/
collection
/
config
/
regExp.js
8 lines
(7 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@constant
正则表达式常量 */
export
const
DATA_REGEX_PATTERN
= {
color16
:
/^#([0-9A-Fa-f]{3}|[0-9A-Fa-f]{6})$/
,
colorRgb
:
/^(rgb|RGB)/
// 匹配是否是rgb颜色
};