Hello everyone,
I have a column of strings looking like this:
<p> This is the text. </p>
Is it possible for me to get rid of "<p>" and "</p>" using one formula? Can I use Regex?
Thank you so much for your help.
Hello wenjuanchen,
One possible way to take out <p> and </p> and keep the text in between them using formula tool is like this:
Hello Wenjuanchen,
You can use XML parse
Thanks
Surendar
You can 'nest' formula functions:
Replace(Replace([YourField],"<p> ","")," </p>","")
Thank you @Bahouth12 @Surendar28 @tom_montpool. There are three solutions!
Hi Everyone,
I'm trying to replace multiple words in one string if the length of the string is more than for example 29. I used If and Replace formula but I can get up to 2 replace formulas under if function. Any suggestions are appreciated!
The goal is to short address lines to the number for characters that can fit into the form line.
Thank You!
Bozhena