thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.25k stars 113 forks source link

Regex - negative lookahead not supported? #243

Closed SHxKM closed 2 years ago

SHxKM commented 2 years ago

I'm testing my regex on regex101 and it's telling me that:

^(?!.+doors$)ou.+

Should correctly match anything starting with ou but not ending in doors. However this pattern isn't working when I put in auto-entities. are negative lookaheads not supported?