tiny-regex-c icon indicating copy to clipboard operation
tiny-regex-c copied to clipboard

RegEx gets no match

Open wills721 opened this issue 1 year ago • 3 comments

Using this pattern: char * pattern = "/([^=,])=("[^"]"|[^,"]*)/";

re-compile passes but I do not get a match on this data: char * data = "aa=88,bb=99,cc=77";

Any help would be appreciated :)

wills721 avatar Dec 18 '24 13:12 wills721