Skip to content

Conversation

@Swazimodo
Copy link

  • double quotes will now be replaced with an escaped quote. new RegExp( """", "g" ), "\"");
  • extra semicolons after closing brackets have been removed.
  • blank strings will now no longer count as numbers. || (string == "")
  • trims value string from input

- double quotes will now be replaced with an escaped quote.         new RegExp( "\"\"", "g" ), "\\\"");
- extra semicolons after closing brackets have been removed.
- blank strings will now no longer count as numbers.                     || (string == "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant