DebugLog matchPattern( "hello, i am a example.", "hello*", True )DebugLog matchPattern( "hello, i am a example.", "h?ll?*", True )DebugLog matchPattern( "hallow, i am a exampel.", "h?ll?*examp*", True )RuntimeError "See debug log window"