Regular Expression Doesn't Work Properly With Turkish Characters
问题 I write a regex that should extracts following patterns; "çççoookkk gggüüüzzzeeelll" (it means vvveeerrryyy gggoooddd with turkish characters "ç" and "ü") "ccccoookkk ggguuuzzzeeelll" (it means the same but with english characters "c" and "u") here is the regular expressions i'm trying; "\b[çc]+o+k+\sg+[üu]+z+e+l+\b" : this works in english but not in turkish characters "çok" : finds "çok" but when i try "ç+o+k+" doesn't work for "çççoookkk", it finds "çoookkk" "güzel" : finds "güzel" but