Regex search no longer working

I know it wasn’t an official feature, but until recently the sentence search would accept regular expressions such as “.*” (to search for zero or more wildcard characters). Unfortunately, this has stopped working, probably as a consequence of a bug fix.

2 Likes

Please try it without the ., so for example mang* to get mange, manger, etc.

3 Likes