Please open a ticket and link this thread/patch. Will look at it asap.
On Thursday, 14 June 2012 10:31:12 UTC-5, villas wrote: > > Hi Massimo, > > regex_auto_image = re.compile(r > '(?<!["\w>/=])(?P<k>\w+://\S+\.(jpeg|jpg|gif|png)(\?\S+)?)',re.M) > > I believe that automatic recognition of files only works with lower case. > Do you think it should be case-insensitive? > e.g. .jpg .JPG .Jpg > > Thanks, > David >