vb.net - Replace a word in a textbox with another word -
I am trying to create a rude sensor device, where a certain word was input, it was "[[Redacted ] "for example.
 All I have got so far, any help would be appreciated.    < Div class = "post-text" itemprop = "text">   You can use the string. Instead of trying to replace yourself rather than replace. Here is an MSDN page with reference link:    This will show something in your code like this:   
 Dim textbox 1 as a new text box me.textbox1. Text = Me.textbox1.Text.Replace (preferred word, "[redacted]")    
 
Comments
Post a Comment