Replies: 2 comments 3 replies
-
|
Unfortunately no. At the moment |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
BTW if your need is urgent and you could use a library in Java rather than Go, https://github.com/aws/event-ruler has what you need. Quamina will get it once I find the error in my automaton arithmetic that's causing simple wildcard expressions to occasionally explode to O(2**N) size. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a need to support matching on fields that contain a sub string and I've been going under the assumption that a using a shell style pattern like '*substring' on when a field has a value like 'some other preamble substring and more after the substring' was going to give me that but I am now having doubts (since this would normally be expressed with two globs)
I took a quick look at the code to see if *prefix would need to consume the rest of the field to be a valid match or not but couldn't tell with a quick one minute look. I did see in TestMakeShellStyleAutomaton that makeShellStyleAutomaton supports multiple globs.
My question: do shellstyle patterns support contains substring matching?
Beta Was this translation helpful? Give feedback.
All reactions