Whether the characters are ASCII or UTF8, I imagine you want things like 
this to be succinct and fast:
if length(str) > 2 && str.data[2] == '-' ...
if more elegant.


On Monday, October 6, 2014 9:32:41 PM UTC-6, JVaz wrote:
>
> Thanks everybody!
> I think this will do the trick.
>

Reply via email to