@langtoi
The developer is aware of this problem.
While this problem remains relevant, you can replace the double quote with a single quote before parsing the string, and then perform the reverse replacement. All this can be done using the "Replace string" action.
How do I extract MD5 hashes from a list/string?
-
I have a program made which involves MD5 hashes, but every few lines there is just some random shit which is breaking the program. Trying to basically clean up the outputfile by turning it into a list, then a string, and then using regex to only take md5, but It just wasnt working for some reason. If anyone has any tips, would appreciate it.