lua-users home
lua-l archive

Re: String to Hexadecimal Conversion

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


On 28 October 2014 02:54, Jain, Punit <Punit.Jain@emc.com> wrote:
str:match("^0x%x+$")
Also, it could be uppercase:
 str:lower():match("^0x%x+$")
--
 Enrico

AltStyle によって変換されたページ (->オリジナル) /