A
A
Alexander Sharomet2016-11-03 15:41:18
PHP
Alexander Sharomet, 2016-11-03 15:41:18

How to parse scss file?

Hello.
Tell. How can the data from the scss file.

//scss
$base-text-size:			14px;
$base-bg-color:			#fafafa;
$base-text-color:			#353535;

That is, I need to get all the data that is after the colon (14px, # fafafa, # 353535).
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
polifill, 2016-11-03
@sharomet

regexp.
Откройте для себя регулярные выражение, в конце то концов.
Хотя и без них можно - задачка то простая.
Найти в строке символ двоеточия, взять кусок строки после двоеточия, отсечь лишние боковые пробелы.

Сергей Шевченко, 2016-11-03
@lancer_serega

регуляркой попробуй (от двоиточего, до точки с запятой ) и перед тем как пушить в массив тримь

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question