Re: Regular expression to split a long string
x=stringtobesplittedsplit.Split(vbcrlf, x)
x will be array of string splitter than its the matter of for each loop
Shivprasad Koirala
C# , VB.NET , SQL SERVER , ASP.NET Interview Questions
http://www.geocities.com/dotnetinterviews/
.
Relevant Pages
- Re: C# very optimisation
... I've very rarely seen ++i used in a for loop (or at all for that ... matter). ... Adam Clauss ... Prev by Date: ... (microsoft.public.dotnet.languages.csharp) - Re: Progress Meter does not refresh during series of OpenQueries
... I have a doevents right after the do until... ... does it really matter ... where in the loop I place it? ... Prev by Date: ... (comp.databases.ms-access) - Re: mechanism for planetary growth
... This claim is incorrect and not supported by the evidence simply ... there is no evidence that HH-30 is creating matter. ... object from its previous created accretion disk. ... If I point out that a closed e loop ought to display the features ... (sci.geo.geology) - Re: processing a sequence
... (loop for sublist = (collect-sublist) ... return accum if not element = list.first ... if prev and element < prev ... James still didn?t show his Ruby one-liner that outperforms the Lisp ... (comp.lang.lisp) - Re: Memset me up Scotty.
... Hey Matt or anyone else that can help me out for that matter! ... use a jnc as you do inside your loop. ... > You can use MMX intrinsics with Duff's Device to get output approximately ... The only other way to unroll like that is to ... (comp.lang.asm.x86) |
|