Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
while creating my automations, I need to use the regex replace
The filed I have is like "my_string" and I need to convert it to "my string" , with a space instead of the "_" .
If I use "\s" it doesn't work, neither inserting only the space in the box, nor [' '].
How can I do it?
thank you very much!
It seems like it uses regex to find the value to remove, but not for the new value to insert.
Hi @Pico i have attached the json file for your requirement..you can check and use it.
i have used replace function.