RE: String to Hexadecimal Conversion
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: String to Hexadecimal Conversion
- From: "Leinen, Rick" <RLeinen@...>
- Date: 2014年10月27日 18:04:45 +0000
> str:match("^%s*0[Xx]%x+%s*$")
What library is everyone using? I'm having trouble finding information on all this syntax, etc. The standard string library typically uses string.xxx.
Rick