mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 06:01:02 +01:00
Fixed regex issue
This commit is contained in:
parent
414726ecd4
commit
2a7c0252a0
@ -245,7 +245,7 @@ const VBE = {
|
||||
* @returns {string}
|
||||
*/
|
||||
runDecodeVBE: function (data, args) {
|
||||
let matcher = /#@~\^......==(.+)......==\^#~@/gm,
|
||||
let matcher = /#@~\^......==(.+)......==\^#~@/,
|
||||
result = "",
|
||||
encodedData;
|
||||
while ((encodedData = matcher.exec(data))) {
|
||||
|
Loading…
Reference in New Issue
Block a user