Re: String to Hexadecimal Conversion
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: String to Hexadecimal Conversion
- From: Enrico Colombini <erix@...>
- Date: 2014年10月27日 17:15:10 +0100
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