Dot operation with regular expression #4
Labels
No labels
bug
duplicate
enhancement/documentation
enhancement/feature
enhancement/organization
question
rejected
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
UserCurt/mpath#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.