Forum Discussion

Joris3P's avatar
Joris3P
Regular Visitor
4 years ago

Wildcard matching

I need a text comparison function that supports wildcards (both * and ?). Unfortunately this is not supported in Power Query, so I wrote my own function using Text.ToList and List.Generate. In fact I...