Forum Discussion

Patrick Naughton's avatar
Patrick Naughton
Brass Contributor
Oct 10, 2018

scalar variable support for matches regex

The following example shows how the binary operator == works with a scalar variable as the right hand side. datatable(a: string, b: string) [ "foo", "blah*", "bar", "ba*", "same", "same" ] | where ...

Resources