I have a regular expression like
f[u\W&&[^\s,]][c\W&&[^\s,]]?k(?!(uoka|uyama|ushima|nowledge))
to find some f words, but it works in Java, but it cannot find the f words in Javascript, what's the difference for this expression in Java and javascript? and how to solve it, anyone can give me an idea, thanks.
I tried to change "]]" to "]", seems it works in Javascript, but I don't know why, the bracket is not paired in this way
&&class intersection operator in JavaScript.