Hi I am trying to use regex in an assign activity. I have this as my variable as String.
I am trying to replace the first occurence of a , in my input string
The variable is insuredAddressInput
My Value is set as
Regex.Replace(insuredAddressInput, “,”," ", 1)
The error I am getting is “Reference to a non-shared member requires an object reference”
If anyone also has any website or documentation on how to use regex could you link me some guides or tutorials? If there are any on how to use one with UIPath specifically that would be nice.