Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

RegEx "&#160"

Neffri
8 - Asteroid

Hello,
I take the results from SharePoint. 
I've cleaned the HTML tags using RegEx but still I have a problem with '&#160' sign.

Example:

'Lorem Ipsum,  Lorem Ipsum  Lorem Ipsum'
Do you know how I can remove it from the text?

1 REPLY 1
drew9
9 - Comet

Hi @Neffri ,

 

If this same value is occurring in your text you can simply use REPLACE([HTMLTags], '&#160', '')

 

Hope this helps.

Labels