You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current code just replace something like ~::~~~~ to ~::~
I guess you may mean to replace multiple ~::~ to a single one, like this, replace(/(~::~)+/g, '~::~')
same problem at line 220 to 223
The text was updated successfully, but these errors were encountered:
in some case like (' UNION↵ (↵ SELECT↵ ')
will get wrong result:
UNION
::~
SELECT .....
vkBeautify/vkbeautify.js
Line 256 in 1645229
current code just replace something like
~::~~~~
to~::~
I guess you may mean to replace multiple
~::~
to a single one, like this,replace(/(~::~)+/g, '~::~')
same problem at line 220 to 223
The text was updated successfully, but these errors were encountered: