Solutionunvalidated
`{TM_FILENAME_BASE/(^\\w)|-(\\w)/${1:/capitalize}${2:/capitalize}/g}` — vscode snippets documentation. Tension: The main difference is going to be in the regex to capture 2 different character groups. Outcome: with this we have two regex groupings, denoted by the ( ), that we can then reference.
2d541c0d-3b9a-406a-bbc2-53259ef7c6da
{TM_FILENAME_BASE/(^\\w)|-(\\w)/${1:/capitalize}${2:/capitalize}/g} — vscode snippets documentation. Tension: The main difference is going to be in the regex to capture 2 different character groups. Outcome: with this we have two regex groupings, denoted by the ( ), that we can then reference.