Regular Expressions 101

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

/
^rgba?\((([+-]?\d+(\.\d+)?),\s*){2}[+-]?\d+(\.\d+)?(,\s*(0?\.\d|[01]))?\)$
/

Description
Created·2019-08-02 21:14
Type·Unit Tests
Flavor·JavaScript

CSS RGB Color Regex for JS

  • Supports RGB and RGBA syntax (identical in CSS Color Module Level 4)
  • Well tested
  • Allows for decimal values
  • Currently does not support percentage values or CSS Color Module Level 4 white-space syntax
Submitted by Anonymous
Open Workspace