MarketplaceStudioSnippetRemove Non ASCII Chars

Create your first automation in just a few minutes.Try Studio Web

Remove Non ASCII Chars

Remove Non ASCII Chars

by YouTube

1

Snippet

Downloads

<100

back button
back button
carouselImage0
next button
next button

Summary

Summary

Component accepts a string as input and it checks for any Non ASCII characters to remove them and return the filtered string

Overview

Overview

When we perform Clipboard actions or read data via OCR activities, sometimes Non ASCII are inserted into String. These characters do not have any symbols but a functionality is attached to them. They cannot be removed via Trim function and even if we try to check the length of the string via .Length function, they do not appear. However if we try to write those in a textbox or in Excel, the activities throw unknown exceptions.

This reusable component helps us to filter out those characters by checking the ASCII value associated to each character.

Features

Features

Filter out Non ASCII characters from a string.

Additional Information

Additional Information

Dependencies

NA

Code Language

Visual Basic

Publisher

YouTube

Visit publisher's page

Trusted Source

License & Privacy

License Agreement

Privacy Terms

Technical

Version

1.0.0

Updated

August 3, 2020

Works with

All versions of UiPath Studio after 2017.

Certification

Silver Certified

Support

UiPath Community Support

Resources

Similar Listings