regextest will fail when the key appears more than twice
DQL
#test
key:: notetaking
key:: Obsidian
```dataview
table key from #test
where regextest("notion", key)
![image](https://github.com/blacksmithgu/obsidian-dataview/assets/74350447/080dfecf-a476-4563-a3ff-28ad01013f11)
### JS
_No response_
### Dataview Version
0.5.56
### Obsidian Version
v1.3.4
### OS
Windows
What happened?
regextest
will fail when the key appears more than twiceDQL