how to remove ["] character from a text

pol olory's icon

Hi everyone ! I've been fighting with [regexp] to remove the ["] character from a text as [textedit] truncates the text string I'm sending to it.
When I do this : [regexp (") @substitute %0] and hit enter, the object becomes this : [regexp "() @substitute %0"].
The result is that if my text is : "Twas brillig and the slithy toves Did gyre and gimble in the wabe", [texedit] only outputs the word Twas... Does anyone know how I could get rid of this character ? So many thanks for your answers ! :)
here is the patch :

Max Patch
Copy patch and select New From Clipboard in Max.

Source Audio's icon

insert attrui and set "Output as One Symbol" and
"Surpress Quotes Around Symbols" to get result you want.

To get rid of Quotes at output of textedit try fromsymbol,
no need to struggle with regexp

pol olory's icon

So easy !!! :-) And so many thanks !!!