Can you help with Regex?

I want to remove this dynamic text “errorMessage”:“expireYear geçersizdir” from the following

Plugin action Create User and add Card error:
Error: {“status”:“failure”,“errorCode”:“14”,“errorMessage”:“expireYear geçersizdir”,“locale”:“tr”,“systemTime”:1562230936496,“conversationId”:“939173791”,“externalId”:“957119599”,“email”:“[email protected]”}
at eval (eval at build_function (/var/task/index.js:54:21), :4:220)
at /var/task/index.js:276:23
at run_fn (/var/task/u.js:594:18)

Thanks very much

Eren

Hi @eren

use the find and replace function and let the replace section empty : “errorM.+(?=locale)

result:

1 Like

Hi @JohnMark

Thanks for the answer. I couldn’t get it to work. Could you please show it to the Bubble editor?

Best

1 Like

Thanks, I’ve already tried it and it didn’t work. Refreshed browser and works. Sorry I took your time.

Thank you again

1 Like