8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Expect both ToSnakeCase("http2xx") and ToSnakeCase("HTTP2XX") to generate http_2xx.
ToSnakeCase("http2xx")
ToSnakeCase("HTTP2XX")
http_2xx
Currently, the former (lowercase) returns http2xx and the latter htt_p2_xx 😕
http2xx
htt_p2_xx