Thursday, April 18, 2024 23:23

Posts Tagged ‘regex’

Replacing a string inside another string

Friday, April 21st, 2017

Whenever you want to replace a string inside another string, .NET Framework offers the Replace() function. It is a function that accepts two string parameters, the string to be replaced and the string to replace with. Its usage is very simple:

Read more

Follow the white rabbit