Hey @sharu_priya try this code
as you can see in the image it will remove special character
System.Text.RegularExpressions.Regex.Replace( yourValue, “[^a-zA-Z0-9]”, “”)
cheers happy automation
Hey @sharu_priya try this code
as you can see in the image it will remove special character
System.Text.RegularExpressions.Regex.Replace( yourValue, “[^a-zA-Z0-9]”, “”)
cheers happy automation