Handle explicit case of an empty string
A empty regex string will match no patterns, whereas as find for an empty string will match any pattern, so to maintain the expected behaviour of an empty string matching any key, this has to be handled separately
parent
0608efa4
Please register or sign in to comment