Actions
Feature #741
closed
AS
VJ
Introduce endswith keyword
Feature #741:
Introduce 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?
AS Updated by Anoop Saldanha about 13 years ago
VJ Updated by Victor Julien about 13 years ago
What about using a negative depth value to indicate it's from the end of the buffer instead of the start?
AS Updated by Anoop Saldanha about 13 years ago
Actually the same thing can be achieved using isdataat, but this is neater
AH Updated by Andreas Herz over 10 years ago
- Tracker changed from Bug to Feature
AH Updated by Andreas Herz over 9 years ago
- Assignee changed from Anoop Saldanha to OISF Dev
VJ Updated by Victor Julien over 8 years ago
- Related to Task #2309: SuriCon 2017 brainstorm added
VJ Updated by Victor Julien over 8 years ago
- Related to Feature #742: startswith keyword added
VJ Updated by Victor Julien over 8 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Victor Julien
- Target version changed from TBD to 70
VJ Updated by Victor Julien about 8 years ago
- Status changed from Assigned to Closed
- Target version changed from 70 to 4.1beta1
Actions