Regex Issue

AkashiDom

Active member
I have a regex:
Code:
(?:^\s*[Cc]ould\s+[Nn]ot\s*([^:]*)|([Nn]ot\s+(?:[Ee]nabled|[Ff]ound|[Ff]ind|[Ii]nvoked))(?!.*?[Cc]ontraint)|[Ee]rror\s+(?:with\s*)?([^:]*?)|\s*([^-]*?)\s*[Mm]issing\s+[Pp]ermission|[Rr]equired|[Ii]nvalid|(?<![Cc]ontraint\s+)[Ff]ailed|(?<=[Pp]revent(?:ing)?\s+)([Ii]nfinite\s+[Ll]oop))

For some reason, macrodroid detects issue with this regex:
Screenshot_20240329_184115.jpg

So I checked at Regex101 using Emmascript(JavaScript) format and there's no issue
Screenshot_20240329_184054.jpg


So could anyone tell me what the issue is?
 
Top