Hi folks,
i have a list of alphanumeric tokens, say '1a', '1b', '02', '03', '10', '11', etc...
Now, what's the best way to do an order by on this list of tokens?
I am getting '1a', '1b', '10', '11', '02', '03',
but i need it to be
'1a', '1b', '02', '03', '10', '11'
UPDATE
ok, i am doing this after the suggestion but it's not w...
Hi,
I need regex for asp.net application.
regex for only alphanumeric, but at least 6 character.
Thanks
...
Hello!
How can alphanumeric IDs be generated in PHP or AS3 etc instead of the classic auto incremented numeric ID.
YouTube uses this for its video IDs for example. Facebook generates long alphanumeric strings for uploaded image names and so on.
EDIT:
It's not how I generate the strings per se, but how do I generate unique ones like th...
In silverlight project that uses datagrid, I am using some column that defines "Label number" which is a Varchar.
I want to sort this column as described in natural sort order as described in
"http://www.interact-sw.co.uk/iangblog/2007/12/13/natural-sorting" or any possible way.
When I look around datagrid I saw SortMemberPath="strin...