Skip to content
Logo Theodo

Article from Maxence Gilliot

From kebab-case to camelCase Using Regex: How to Refactor All Your Code in Less Than 30 seconds

Maxence Gilliot3 min read

Note: This trick works on PHPStorm and Notepad++, not on VSCode. As a coder, you must certainly have encountered a moment where you had to change multiple occurrences of a pattern. Regex are such a powerful tool for that, and this…

Continue reading →