Dot operation with regular expression #4

Open
opened 2025-10-11 03:08:27 +00:00 by UserCurt · 0 comments
UserCurt commented 2025-10-11 03:08:27 +00:00 (Migrated from codeberg.org)

This feature request is to add support for matching multiple fields with regular expressions. This will be more powerful way to select fields than glob syntax. This will require new syntax, currently proposed as quoted strings prefixed with a tilde, like in /~"q.*p". Matches will be determined using MATLAB's implementation of regular expressions; see this MathWorks article on regular expressions for details.

This feature request is to add support for matching multiple fields with regular expressions. This will be more powerful way to select fields than glob syntax. This will require new syntax, currently proposed as quoted strings prefixed with a tilde, like in `/~"q.*p"`. Matches will be determined using MATLAB's implementation of regular expressions; see [this MathWorks article on regular expressions](https://www.mathworks.com/help/matlab/matlab_prog/regular-expressions.html) for details.
Sign in to join this conversation.
No description provided.