I really like this idea: https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Regular-Expression-search-in-Maps/idi-p/3934993
But as so often there are only a few Kudos - probably because it's a very special feature not needed by many programmers.
I'd like to suggest also to add a function (or option) for a case insensitive search for string keys as first and easy to use implementation. As second I also hope for the regular expression search.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See AristosQueue response for explanation of why this has been declined. If you need case-insensitive keys, then you should convert strings to all lowercase (or all uppercase, if you prefer) before using them as keys for any map operation.