diff --git a/js/run.js b/js/run.js index 907541f0..d8ca2748 100644 --- a/js/run.js +++ b/js/run.js @@ -1025,7 +1025,7 @@ function handleArrays( } } } else { - if (stringManipulationRegex.test(userInput)) { + if (stringManipulationRegex.test(userInput.replaceAll('"', "'"))) { val = stringManipulations(variableName, userInput) return val }