You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for wildcard key searches. regexp is probably the best way forward here, perhaps masked away with a simplified syntax such as <key>* or *<key>.
I would argue that wildcard searches should be simple; more advanced regex searches should be written by user. The limit to this feature should be wildcard *, the same as targetname wildcards in source engine entities, which follows the same keyvalue rules.
The text was updated successfully, but these errors were encountered:
Add support for wildcard key searches. regexp is probably the best way forward here, perhaps masked away with a simplified syntax such as
<key>*
or*<key>
.I would argue that wildcard searches should be simple; more advanced regex searches should be written by user. The limit to this feature should be wildcard
*
, the same as targetname wildcards in source engine entities, which follows the same keyvalue rules.The text was updated successfully, but these errors were encountered: