Which Sass function is used to get the index of the first occurrence of the substring within string?
Options:
Explanation:
The
str-index(string, substring) function is used to get the index of the first occurrence of the substring within string.
Tags:
SASS
Computer
Answer:
Which Sass function is used to get the index of the first occurrence of the substring within string str-index(string, substring).