lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Roberto Ierusalimschy <roberto@inf.puc-rio.br> [14-11-12 19:53]:
> > is it correct to think of the LPeg way of matching like using regexp
> > always with /^......$/ (where ...... is the regexp itsself)? 
> 
> Only the '^'. A pattern in LPeg matches a prefix of the subject; it
> does not need to get the whole subject.
> 
> -- Roberto
> 

Hi Roberto,

Ah! Yeah! Thanks!  :)

Best regards,
Meino