I have a problem with the special character deletion function. Please help me

Here’s the translation:

"I’m trying to upload images to WordPress, but sometimes the image titles contain the special character / . I want to remove this / before uploading the image. However, I’m having trouble removing it.

Below are the failed functions I’ve tried so far. What might be the problem? 82.result.title refers to the module number and title.

{{replace(replace(replace(82.result.title; “[^a-zA-Z0-9가-힣]”; “”; “g”); “\s+”; “-”; “g”); “^-+|-+$”; “”)}}.png
{{replace(replace(replace(replace(82.result.title; “/”; “”; “g”); “[^a-zA-Z0-9가-힣]”; “”; “g”); “\s+”; “-”; “g”); “^-+|-+$”; “”)}}.png
{{replace(replace(replace(replace(82.result.title; “\/”; “”; “g”); “[^a-zA-Z0-9가-힣]”; “”; “g”); “\s+”; “-”; “g”); “^-+|-+”“'$”; “”)}}.png
{{replace(replace(replace(82.result.title; “[^a-zA-Z0-9가-힣/s]”; “”; “g”); “\s+”; “-”; “g”); “^-+|-+$”; “”)}}.png
{{replace(replace(replace(82.result.title; “[^a-zA-Z0-9가-힣]”; “”; “g”); “\s+”; “-”; “g”); “^-+|+“'$”; “”)}}.png
{{replace(replace(replace(82.result.title; “[^a-zA-Z0-9가-힣]”; “”; “g”); “\s+”; “-”; “g”); “^-+|-+”“'$”; “”)}}.png
{{replace(replace(replace(82.result.title; “[^a-zA-Z0-9가-힣/]”; “”; “g”); “\s+”; “-”; “g”); “^-+|-+”“'$”; “”)}}.png
{{replace(replace(replace(82.result.title; “[^a-zA-Z0-9가-힣]”; “”; “g”); “\s+”; “-”; “g”); “^-+|-+|/|""'$”; “”)}}.png
{{replace(replace(replace(82.result.title; “[^a-zA-Z0-9가-힣]”; “”; “g”);“\s+”; “-”; “g”);"[-
]+$”; “”)}}.png
{{replace(replace(replace(replace(82.result.title; “[/\"'<>|?:*]” ; “”; “g”);“[^a-zA-Z0-9가-힣 ]”; “”; “g”);“\s+”; “-”; “g”);“[-]+$"; “”)}}.png
{{replace(replace(replace(82.result.title; “[^a-zA-Z0-9가-힣]”; “”; “g”); “\s+”; “-”; “g”); "[/
"'$]+”; “”)}}.png
{{replace(replace(replace(82.result.title; “[^a-zA-Z0-9가-힣]”; “”; “g”); “\s+”; “-”; “g”); “^-+|-+”“'$”; “”)}}.png

{{replace(replace(replace(replace(82.result.title; “/”; “”; “g”); “[^a-zA-Z0-9가-힣]”; “”; “g”); “\s+”; “-”; “g”); “^-+|-+”“'$”; “”)}}.png
{{replace(replace(replace(replace(replace(82.result.title;“/”;“”);“\”;“”);“'”;“”);“"”;“”);“[^a-zA-Z0-9가-힣 ]”;“”)}}
{{replace(82.result.title; “/”; “”)}}
{{replace(82.result.title; “[^a-zA-Z0-9]”; “”)}}
{{replace(82.result.title; “\s+”; “-”)}}

Hey there,

this one works:

{{replace("var/goes/here"; "/"; "")}}