Post Reply 
Addings/modifications to help files
Jul. 20, 2009, 08:18 AM
Post: #19
RE: Addings/modifications to help files
(Jul. 20, 2009 07:54 AM)whenever Wrote:  Yes, the subexpressions "*>" doesn't look ahead when you suffix it with a "+", it is similar to Atomic Grouping in general regex flavors, but I think the "*" *within* the subexpressions still looks ahead until it finds the first ">". That's where I think slower than "[^>]+>".

Significantly faster. Which is the point of entire chapter 10. Test it. Wink


Quote:Better change the doc to:

Quote:Example:
To test for 100 asterisk symbols anywhere in a document:
\*\*\*+{98} instead of \*+{100}

Done (although basic Prox). Smile!
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Addings/modifications to help files - sidki3003 - Jul. 20, 2009 08:18 AM

Forum Jump: