|
|
Browse by Tags
All Tags » .NET » VB
-
Has anybody used the regexlib web service. I plan to use it in my .net winform application and am quite clueless abt it. I have written the fllowing code (c#) by trial and error
com.regexlib.Webservices regexService = new ...
-
HI
I am new to regular expressions BUT
I am trying to create a regex that will validate numeric input where the number can be
zero (0), positive (123), negative (-123), a decimal positive(123.123), a decimal negative (-123.123)
but the decimal could be up to 8 places (123.12345678)
There are lots of examples that do part of what I ...
-
Hi Guys,
I am trying to generate some dynamic code. and need to replace the Public Sub New in vb.net
Multiline and Case ignore is on and i am using .net regex engine.
(PUBLIC|PRIVATE)\s+(SUB)\s+NEW([.\n]*|(END\s+SUB|END\s+FUNCTION))
I Needs To Match
Public Sub New() *(With Or Without Brackets) - (Can be ...
|
|
|