Yups for specific validation i require. I do have other solution but i feel there may be one available like Calendar.Minutes, Hours, AM, PM or may be some Dictionary object
Not sure how you could distinguish between languages that use the same character set e.g. German and Finnish?, Norwegian/Danish?, English and various other languages?
I would really like to know the background of this question.
So often people come here with strange questions like this one, which appear to be fueled by misunderstanding or lack of comprehension, and when asked what they are trying to do they give some lame excuse like "It's a requirement of the system".
Well, my response to this question is "You don't need to do that."
However I might be wrong. If you can show me why you need to do it, then we might be able to produce an answer which is useful in terms of the actual question.
Azrael Noor wrote:isn't A to Z (Just alphabet) unique to English?
Did I not make it clear?
Winston Gutkowski wrote:The "English" alphabet isn't unique to English...
It's true that languages like Welsh and Italian may not use all the letters, but they're all based on the Latin alphabet (along with all the others I listed). English's main peculiarity it that it doesn't have accented letters for native words.
My advice: Trying to validate text simply based on an alphabet is likely to be a non-starter.
Winston
Azrael Noor
Ranch Hand
Joined: Jul 29, 2010
Posts: 369
posted
0
Paul Clapham wrote:I would really like to know the background of this question.
So often people come here with strange questions like this one, which appear to be fueled by misunderstanding or lack of comprehension, and when asked what they are trying to do they give some lame excuse like "It's a requirement of the system".
Well, my response to this question is "You don't need to do that."
However I might be wrong. If you can show me why you need to do it, then we might be able to produce an answer which is useful in terms of the actual question.
Mr Paul
Actually i was getting Single Alphabet Code from back end like i,e,u,j.
When i get a set of - i e yuu j alphabets, i have to do one task (Coderanch application is not taking alphabet yuu :P )
When i get a set of - d m f k alphabets, i have to do other task
What i did i hard coded Configuration with Split Characters ( i,e,u,j | d,m,f,k ) and put all that in different List and check if contains
Actually i do not wanna hard code all 15 characters For this logic or write 5 lines of code so i was thinking may be it is available in some API like ALPHABET[1] return A rather then writing of my own function.
and ya It's a requirement of the system :sleep: and must be lack of comprehension there :beerchug:
With Regards
Azrael Noor
Ranch Hand
Joined: Jul 29, 2010
Posts: 369
posted
0
Winston Gutkowski wrote:
Azrael Noor wrote:isn't A to Z (Just alphabet) unique to English?
Did I not make it clear?
Winston Gutkowski wrote:The "English" alphabet isn't unique to English...
It's true that languages like Welsh and Italian may not use all the letters, but they're all based on the Latin alphabet (along with all the others I listed). English's main peculiarity it that it doesn't have accented letters for native words.
My advice: Trying to validate text simply based on an alphabet is likely to be a non-starter.
Winston
I have no knowledge of Welsh and Latin
Trying to validate text simply based on an alphabet is likely to be a non-starter. - Advice Taken