Skip to content

Commit

Permalink
Fix for issue 1279
Browse files Browse the repository at this point in the history
  • Loading branch information
paxcut committed Sep 2, 2023
1 parent b6e0557 commit 9eea6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/std/string.pat
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ namespace std::string {
i = i + 1;
}
}
result = result + std::string::substr(string,string_len-pattern_len-1,pattern_len);

return result;
};
Expand Down

0 comments on commit 9eea6ff

Please sign in to comment.