G
Guest
Thank you in advance. I have a string that is variable length. Every
five characters I need to put a "<BR>" in. So if I have the following:
Dim Test as string = "xxxxxxxxxxxxxxxxx"
I need to get "xxxxx<BR>xxxxx<BR>xxxxx<BR>xx". I think a regular
expression would work for this. Now this problem: I have never done one
before. How would I go about doing this. I am using notepad as the
editor.
Thanks again.
five characters I need to put a "<BR>" in. So if I have the following:
Dim Test as string = "xxxxxxxxxxxxxxxxx"
I need to get "xxxxx<BR>xxxxx<BR>xxxxx<BR>xx". I think a regular
expression would work for this. Now this problem: I have never done one
before. How would I go about doing this. I am using notepad as the
editor.
Thanks again.