I'm trying out the program and can't get a regular expression to work.
I want to batch replace the following (an example):
Code: Select all
light.9 =  7, -16.874, -30.5, 1.25 , fx_nicksmokeAI_sm_lear           // Engine 1 
light.10 = 7, -19.024, -15.0, 0    , fx_nicksmokeAI_sm_lear           // Engine 2 
light.11 = 7, -19.024,  15.0, 0    , fx_nicksmokeAI_sm_lear           // Engine 3 
light.12 = 7, -16.874,  30.5, 1.25 , fx_nicksmokeAI_sm_lear           // Engine 4Code: Select all
// light.9 =  7, -16.874, -30.5, 1.25 , fx_nicksmokeAI_sm_lear           // Engine 1 
// light.10 = 7, -19.024, -15.0, 0    , fx_nicksmokeAI_sm_lear           // Engine 2 
// light.11 = 7, -19.024,  15.0, 0    , fx_nicksmokeAI_sm_lear           // Engine 3 
// light.12 = 7, -16.874,  30.5, 1.25 , fx_nicksmokeAI_sm_lear           // Engine 4Any help would be appreciated.