Does your editor or IDE support search/replace with regular expressions? You could get past your problem using a regex with word boundaries: e.g. replacing "\bAdminAction\b" with "\bAdminActionPlug\bAdminActionPlug" wouldn't match "AdminActionLogger".
|
2 | deleted 4 characters in body | ||
|
|
||||
|
1 |
|
||
|
Does your editor or IDE support search/replace with regular expressions? You could get past your problem using a regex with word boundaries: e.g. replacing " |
||||
