[OE-core] [PATCH 3/4] fontconfig: fix upstream version check

Maxin B. John maxin.john at intel.com
Mon Feb 12 17:08:35 UTC 2018


Hi Alex,

On Mon, Feb 12, 2018 at 04:43:54PM +0200, Alexander Kanavin wrote:
> On 02/12/2018 04:35 PM, Maxin B. John wrote:
> >>This is a good place to practice:
> >>http://regex101.com
> >
> >Thanks. I will update and send a v2.
> 
> To save you a bit of time, I think the right construct should be either
> 
> (9|[0-8]\d+)
> 
> or
> 
> (?!9\d+)\d+
 
This looks much better. Thanks!

> 
> Alex

Thanks and Regards,
Maxin



More information about the Openembedded-core mailing list