diff --git a/Strings.md b/Strings.md index 37685f5..777fb37 100644 --- a/Strings.md +++ b/Strings.md @@ -87,4 +87,5 @@ if (a.Find("Wo", &i, SearchPattern::RIGHT_LEFT, IndexResult::BEGINNING)) Console::Write_8("\"Wo\" not found."); return 1; -``` \ No newline at end of file +``` +**Result:** i == 6 \ No newline at end of file