Created
January 26, 2020 16:21
-
-
Save akash-coded/36336a012e4fd53a22f3dab0fcea2900 to your computer and use it in GitHub Desktop.
This is an array containing names of all 28 states and 8 union territories in India. You can directly use it in your code, with minor modifications as per your programming language of choice.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$states = [ | |
'Andaman and Nicobar Islands', | |
'Andhra Pradesh', | |
'Arunachal Pradesh', | |
'Assam', | |
'Bihar', | |
'Chandigarh', | |
'Chhattisgarh', | |
'Dadra and Nagar Haveli and Daman and Diu', | |
'Goa', | |
'Gujurat', | |
'Haryana', | |
'Himachal Pradesh', | |
'Jammu and Kashmir', | |
'Jharkhand', | |
'Karnataka', | |
'Kerela', | |
'Ladakh', | |
'Lakshadweep', | |
'Madhya Pradesh', | |
'Maharashtra', | |
'Manipur', | |
'Meghalaya', | |
'Mizoram', | |
'Nagaland', | |
'NCT of Delhi', | |
'Odisha', | |
'Puducherry', | |
'Punjab', | |
'Rajasthan', | |
'Sikkim', | |
'Tamil Nadu', | |
'Telangana', | |
'Tripura', | |
'Uttarakhand', | |
'Uttar Pradesh', | |
'West Bengal' | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment