Actions
Feature #741
closedIntroduce endswith keyword
Effort:
Difficulty:
Label:
Description
endswith is a modifier to the existing content keyword. It matches if the content string matches at the end of the buffer being matched. Usage wise it works the same as nocase.
Should we allow depth and within to be used with endswith keyword?
Updated by Anoop Saldanha over 11 years ago
Updated by Victor Julien over 11 years ago
What about using a negative depth value to indicate it's from the end of the buffer instead of the start?
Updated by Anoop Saldanha over 11 years ago
Actually the same thing can be achieved using isdataat, but this is neater
Updated by Andreas Herz about 8 years ago
- Assignee changed from Anoop Saldanha to OISF Dev
Updated by Victor Julien almost 7 years ago
- Related to Task #2309: SuriCon 2017 brainstorm added
Updated by Victor Julien almost 7 years ago
- Related to Feature #742: startswith keyword added
Updated by Victor Julien almost 7 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Victor Julien
- Target version changed from TBD to 70
Updated by Victor Julien over 6 years ago
- Status changed from Assigned to Closed
- Target version changed from 70 to 4.1beta1
Actions