Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
交換する必要があります
removeUnderline(getPlayerName(*));
と
getPlayerNameWM(*);
* は括弧の間のものです。
たとえば、removeUnderline(getPlayerName("Daniel"));
removeUnderline(getPlayerName("Daniel"));
とgetPlayerNameWM("Daniel");
getPlayerNameWM("Daniel");
探す :removeUnderline\(getPlayerName\(([^)]*)\)\);
removeUnderline\(getPlayerName\(([^)]*)\)\);
交換 :getPlayerNameVM\($1\);
getPlayerNameVM\($1\);