-
Notifications
You must be signed in to change notification settings - Fork 0
Matching syntax
Amy Brennan-Luna edited this page Aug 6, 2020
·
5 revisions
Matching syntax reference
Note: capturing groups will ensure parentheses and braces match (unless otherwise specified)
:[group]
- A group matching one or more characters
:[?group]
- An optional group matching zero or more characters
:[group.]
- Note: Has period at end
- Group containing one or more alphanumeric characters or one of the following
_.-. - For example, could be used to match fully qualified or short names.
BEX - Be Enhanced ϽC Code Compare
- Code Compare
- Code Matching
- Code Refactoring
- Eclipse plugin
- Code Compare
- Code Matching
- Code Refactoring
- Eclipse plugin