View Single Post
Old 08-03-2019, 05:01 PM   #28
odamizu
just an egg
odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.
 
odamizu's Avatar
 
Posts: 1,841
Karma: 8006346
Join Date: Mar 2015
Device: Kindle, iOS
Quote:
Originally Posted by DNSB View Post
... when you think you have finally wrapped your mind around regex.
Well, I don't think that's ever going to happen

Trying to grasp the difference between using .*? vs [^>]+>

I get that .*? is limited to a single line, whereas [^>]+> isn't, and that's what messed me up here. But are there other advantages to using the [^x]+x construction over .*?
odamizu is offline   Reply With Quote