WebAdmin File Manager
Linux 5.15.0-164-generic · PHP 8.2.27

View: index.js

Edit Download Back
'use strict';

module.exports = function rgbRegex(options) {
  options = options || {};

  return options.exact ?
    /^rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/ :
    /rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)/ig;
}
Size: 221 BMIME: text/plainLines: 9

Rename Item