Maybe I am doing something wrong here but it seems weird to me that when I try to match the string "radiologic examination eye detect foreign body" against the regular expression "\b*ct\b" on regexr.com then I find no match but when I try and do the same thing using a C# program, it matches. C# code is given below. Am I doing/checking something wrong?Maybe I am doing something wrong here but it se