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.
SOLVED

How to remove fullwidth forms (Japanese text style)

sei
5 - Atom

Hi, I'd like to remove only fullwidth forms from a combination of halfwidth and fullwidth forms(Japanese text style). 

Please help me with this, thanks! 

ie) 1231全角

⇒ halfwidth:123, fullwidth: 1全角

⇒ I only need  123 without1全角 

 

PS:

I've tried with Regex.Replace function, but wasn't able to remove fullwidth1.

ie) Rexgex.Replace("1231全角", "[\D]", "") ⇒ 1231(only removed 全角)

 

3 REPLIES 3
RobertOdera
13 - Pulsar

Hi, @sei 

 

Try this.

Please mark as solution + like, if it works for you.

RNO2_0-1591626435768.png

Cheers!

RobertOdera
13 - Pulsar

Thanks @sei 

Glad to be of help.

Cheers!

sei
5 - Atom

Thank you so much! I'll try! 

Labels
Top Solution Authors