Like Operator Workaround for VBScript October 4, 2016 VBScript lacks a Like operator. A common approach is to translate the pattern strings to use VBScript’s RegExp object, but you could use the IsLike function below instead: Public Function