Closed tswordyao closed 4 years ago
I am so sorry that I can not help you out with such clue. Could you please describe this more clearly?
https://github.com/taoqf/node-html-parser/blob/master/src/matcher.ts#L183
reg = /^\[\s*(\S+)\s*(=|!=)\s*((((["'])([^\6]*)\6))|(\S*?))\]\s*/.exec(tagName);
what's the \6 means? why is it here?
Aha, there must be something wrong.
thanks for your lib, very much~
i dont understand the use "\6" ........
Can you give a use case? or it can be instead by other char?