Skip to content

Article from Maxence Gilliot

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

May 15, 2019Maxence Gilliot2 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 article aims at mastering them in a particular case. The Problem I…

Continue reading →