|
|
Browse by Tags
All Tags » New Function
-
For a telecom rating application, I have to test the pricing of phone calls to destination phone numbers.
Depending on the destination phone number, or to be more precise, depending on the regex pattern the phone number conforms to, the price varies.
My client has supplied me with *hundreds* of phone number patterns en regex form, here is an ...
-
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 ...
|
|
|