1
類我需要匹配這一自舉類:UnCSS忽略了與正則表達式
'.col-lg-1',
'.col-lg-2',
'.col-lg-3',
'.col-lg-4',
'.col-lg-5',
'.col-lg-6',
'.col-lg-7',
'.col-lg-8',
'.col-lg-9',
'.col-lg-10',
'.col-lg-11',
'.col-lg-12',
'.col-md-1',
'.col-md-2',
'.col-md-3'
這在gulpfile作品。
當我嘗試做相同的正則表達式:
'/.col-([a-zA-Z0-9]+)-([a-zA-Z0-9]+)/'
類不是被忽略。我在此檢查了這個表達式:http://regexr.com/3f7ka
Whan am I doing wrong?謝謝。