Is it somehow possible to use Regular Expressions in Starlark?
Unfortunately, regex is not supported by starlark. I ended up writing a small fsm for my needs.
Hello @Franky1,
You might find that the execd processor plugin is what you need.
Is it somehow possible to use Regular Expressions in Starlark?
Unfortunately, regex is not supported by starlark. I ended up writing a small fsm for my needs.
Hello @Franky1,
You might find that the execd processor plugin is what you need.