Forum: VB.NET Jan 26th, 2009 |
| Replies: 4 Views: 6,281 ' Replaces (with sRep) only the first instance of sDum in the string sMas
Function searchReplace(ByRef sMas As String, _
ByRef sDum As String, _
... |
Forum: VB.NET Jan 24th, 2009 |
| Replies: 1 Views: 1,077 Awhile ago I wrote some functions to convert from isbn10 to isbn13, or from isbn13 to isbn10; and subsequently some function to validate isbn 10/13 numbers.
I thought I'd post them here to see... |
Forum: VB.NET Jan 24th, 2009 |
| Replies: 4 Views: 6,281 I'm fully aware that this thread is quite old now (I found it on google), but I wanted to post something here:
Here is my own search and replace function(s) for strings.
Just read in a textfile... |