This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
Hi Community,
I have this list of project names with crashed characters.
I would like to have the following expressions changed:
<Input>
<Desired output>
I am struggling to find a solution to this.
Any advice please?
Thank you!
Solved! Go to Solution.
Hi, @selsset97
Please see the formula:
REGEX_Replace(Replace([Plant], "Co_{2}", "CO2"), "(\s|-)Eor$", "$1EOR")
@selsset97 , you can also use simple replace function to get your desired result. Please let me know if it was useful.
Thanks.