in reply to Re: Distinguishing a v-string from something else
in thread Distinguishing a v-string from something else
A function that takes an IP address as a buffer of 4 bytes, a v-string (which will UTF-8-encode the values above 127), or a string can tell the difference by looking for the presence of only digits and dots and of the total length.
—John
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Distinguishing a v-string from something else
by particle (Vicar) on Dec 05, 2002 at 14:44 UTC | |
by John M. Dlugosz (Monsignor) on Dec 10, 2002 at 05:58 UTC | |
by particle (Vicar) on Dec 10, 2002 at 11:53 UTC |