Replies: 2 comments 1 reply
-
I think the cleanest way would be the convert method like for strings. There's already an escape method that could be replaced with this, as now more than escaping would be done. |
Beta Was this translation helpful? Give feedback.
0 replies
-
By the way, I think I will merge |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I put a PR to sigmac because of Elastic not handling "^" and "$" in regexes (so query fail).
Should we add a 'convert' function to the class SigmaRegularExpression or should we let each backend re-code ?
I have no idea how to do this function correctly.
SigmaPartialRegularExpression
get a bug, because I didn't test that carracter before adding ".*", so can have a ".something$." instead of ".*something$" ...And when convert to elastic must be ".*something" to be correct.
Beta Was this translation helpful? Give feedback.
All reactions