The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I've taught myself quite a bit using the replace function but now I'm stumped. I have a string I want to blank, but within the string is a string that changes randomly. Example....
lnk.Description = Replace(lnk.Description, "constantconstantchangesrandomlyconstantconstant", "")
The part in bold can vary in the number of characters also, can this be done using Regex... or something?
TIA!
lnk.Description = Replace(lnk.Description, "constantconstantchangesrandomlyconstantconstant", "")
The part in bold can vary in the number of characters also, can this be done using Regex... or something?
TIA!
