How to write regular expressions for odds related to sports in VB.NET

  • Thread starter Thread starter Mamatha
  • Start date Start date
M

Mamatha

Hi

I want to write regular expression for odds which related
to sports in VB.NET.
But i don't know how to write regular expression for odds.
If anyone knows the solution or any related urls please
let me know.
Thanks in advance.

Mamatha
 
Your question is extremely ambiguous. Please describe *exactly* what you are
trying to do giving some examples of the source text, and what the resultant
text should look like.



--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
Back
Top