Page cover image

REGEX: HSLA to HSL

  • UI
  • Regex
Created
Jul 22, 2021 03:22 PM
Description
Last Edited
Sep 26, 2022 05:43 AM
Tags
UI
Regex

Code

'hsla\(([0-9]*%?), ([0-9]*%?), ([0-9]*%?), 1\)' /* Replace to */ 'hsl($1, $2, $3)'