How to “exclude” a blank space from RegExp grouping?
问题 Context I am a front-end developer working on ExtJS framework, and for purpose of speed, I created a lot of Sublime Text 3's Snippets to agilize the work. The models of a task, comes from the back-end at C# platform, containing the type of var and the name of it. Then I got an idea to simply copy the model content and with its string produce a new string that equates to ExtJS model pattern. Inside the Snippet code, I am not using any programming language (because its not possible), I am only