L
Lorne Bonnell
Afternoon all,
Can somone help with this regular expression problem VB sample below
Dim RegexObj As Regex = New Regex("")
RegexObj.IsMatch( "<start field=fred col=2 />", "\x2f" )
Returns false with no match.
This is a simplified example trying to end my capture onthe "/>" but the
forward slash seems not be working.
Thanks
Can somone help with this regular expression problem VB sample below
Dim RegexObj As Regex = New Regex("")
RegexObj.IsMatch( "<start field=fred col=2 />", "\x2f" )
Returns false with no match.
This is a simplified example trying to end my capture onthe "/>" but the
forward slash seems not be working.
Thanks