Forum Discussion
deepak198486
Apr 23, 2021Copper Contributor
i am trying to fetch the machine list which does not contain letter " l " in 8th position.
I am trying to fetch the machine list which does not contain letter " l " in 8th position. can i use Kusto regex to achieve this. I only see matches regex command.
GaryBushey
Apr 23, 2021Bronze Contributor
deepak198486 There is the indexof_regex command (indexof_regex() - Azure Data Explorer | Microsoft Docs) that could work