Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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
Top Solution Authors