•Created by ๖ۣۜSuperPyroManiac on 10/20/2023 in #help
❔ Convert regex match groups into parameters
solution for this one will return
"Update RPH using the manual LSPDFR installation. You are currently using version: ."
Instead of
"Update RPH using the manual LSPDFR installation. You are currently using version: TheirCurrentVersion."
•Created by ๖ۣۜSuperPyroManiac on 10/20/2023 in #help
❔ Convert regex match groups into parameters
So this one for example
Reg
.+Version: RAGE Plugin Hook (?!v1\.106\.1330\.16514).*
Solution
Update RPH using the manual LSPDFR installation. You are currently using version: {1}.
•Created by ๖ۣۜSuperPyroManiac on 10/20/2023 in #help
❔ Convert regex match groups into parameters
The current method of
error.Solution = error.Solution.Replace("{" + i + "}", errmatch.Groups[i].Value);
Works, but sometimes it just.. Doesnt for whatever reason