- "Inside STL: The vector" by Raymond Chen - 1 Update
- [OT] Help for a RegEx - 1 Update
Pavel <pauldontspamtolk@removeyourself.dontspam.yahoo>: Aug 05 02:02PM -0400 Lynn McGuire wrote: > often force one of a small number of possible implementations." > "The std::vector is one of those types which is constrained to the point > that there's really only one viable implementation." This does not sound correct. At least, one can change how the vector grows, how it stores capacity and size and whether it is a monolithic class or composed of reusable pieces... decisions, decisions, decisions. > Lynn -Pavel |
MarioCPPP <NoliMihiFrangereMentulam@libero.it>: Aug 05 02:17AM +0200 On 04/08/23 02:26, Ben Bacarisse wrote: > same. You could try > <p[ >](.|\r|\n)*?</p> > but I can't stress enough -- none of this can really work in all cases. ok, tnx for the prudent disclaimer Your variant found 3883 matches against 3644 matches found by the previous one. scanning visually the book, it seems this RegEx is able to find ALL. I'll try variants with h1...h10 to find headings also. Many thanks for this precious hint Now I try to better understand the Expression :D -- 1) Resistere, resistere, resistere. 2) Se tutti pagano le tasse, le tasse le pagano tutti MarioCPPP |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment