We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89c994 commit 0b2b277Copy full SHA for 0b2b277
Conversions/test/CamelPascalToSnakeCase.test.js
@@ -4,6 +4,7 @@ describe('camelToSnakeCase', () => {
4
it.each([
5
['someRandomString', 'some_random_string'],
6
['SomeRandomStr#ng', 'some_random_str_ng'],
7
+ ['_SomeRandomStr#ng', 'some_random_str_ng'],
8
['123someRandom123String123', '123some_random123_string123'],
9
['123SomeRandom123String123', '123_some_random123_string123'],
10
0 commit comments