stdcall0 / gacha-plugin

0 stars 0 forks source link

Use regex matches instead of `StrReplace()` in apps to avoid name conflicts #1

Open stdcall0 opened 6 months ago

stdcall0 commented 6 months ago

For example,

inst = StrReplace(inst, ["刷","遗器","#","星铁","次"]);

creates bug when those strings exist in Domain name.

Use regex matching to avoid the problem.