Support for anything-but - suffix - equals-ignore-case
- Dominant language
- Java
- Stars
- 615
- Forks
- 82
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 7
Description
I was hoping to see that I could check a suffix with equals-ignore-case however that doesn't seem to be the case.
I see that anything-but on a suffix is supported
```
{
"detail": {
"instance-id": [ { "anything-but": { "suffix": "1234" } } ]
}
}
```
However equals-ignore-case is not
```
"FileName": [
{
"anything-but": { "suffix": { "equals-ignore-case": ".png" }
}
]
}
``
Were there any plans to support this ?
Thanks
Contributor guide
Research direction
Start by locating the suffix matching path and the existing handling for `anything-but` and `equals-ignore-case`. Use the two JSON examples as the behavioral reference; done means the nested `anything-but` suffix expression supports case-insensitive matching.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100