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
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
However equals-ignore-case is not