Closed
Description
Symfony version(s) affected
6.1.2
Description
Symfony String converts X_Y
into xy
while I expect it to do X_Y
. X_Y
is in upper-snake case, the underscore should not be thrown away.
How to reproduce
\Symfony\Component\String\u('X_Y')->snake()
Possible Solution
No response
Additional Context
No response