pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

VB.NET pastebin - collaborative debugging tool View Help


Posted by Anonymous on Tue 18 Nov 19:27
report abuse | download | new post

  1. Imports System.Text.RegularExpressions
  2. Imports System.IO
  3. Module Module1
  4.     Sub Main()
  5.         Dim stextbox As String = "trees"
  6.         Dim sletters As String = Regex.Replace("ABCDEFGHIJKLMNOPQRSTUVWXYZ", "[" & stextbox & "]", "", RegexOptions.IgnoreCase)
  7.         Dim cletters As Char() = sletters.ToCharArray()
  8.         For Each c In cletters
  9.             Console.WriteLine("%{0}%", c)
  10.         Next c
  11.     End Sub
  12. End Module

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post