Groups
Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Groups
Regex
Conversations
Labels
.NET
Newb
PowerGREP
VBA
perl
php
procmail
About
Regex
1–1 of 754
Mark all as read
Report group
0 selected
Explorer
,
iiz
2
6/27/14
Help with replacing functions myfunc(param1,0,param3) ----> myfunc(param1,param3,0,param3)
Search for (?=\()([^)]*),([^)]*),([^)]*)(?=\)) replace with \1,\3,\2,\3 basically you are looking for
unread,
Newb
Help with replacing functions myfunc(param1,0,param3) ----> myfunc(param1,param3,0,param3)
Search for (?=\()([^)]*),([^)]*),([^)]*)(?=\)) replace with \1,\3,\2,\3 basically you are looking for
6/27/14