LuaScript: use invariant regex on parameter parsing (fixes #2350) by NickCraver · Pull Request #2351 · StackExchange/StackExchange.Redis

@NickCraver

This changes the regex to use RegexOptions.CultureInvariant and adds an easy way to do tests like this in the future with `[Fact, TestCulture("tr-TR")]` for example, which will set and restore the culture for a specific test.

@NickCraver NickCraver linked an issue

Jan 22, 2023

that may be closed by this pull request

@NickCraver

mgravell