You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -582,5 +581,33 @@ public static bool SkipFontAwesome(string str, int currentPos, out int newPos, o
582
581
newPos=scanner.Position;
583
582
returntrue;
584
583
}
584
+
585
+
586
+
/// <summary>
587
+
/// Tries to match any of the strings passed in at the current scanner position. If matched it'll skip the matched string on the scanner and return true,
0 commit comments