Skip to content

Instantly share code, notes, and snippets.

@akash-coded
Created January 26, 2020 16:21
Show Gist options
  • Save akash-coded/36336a012e4fd53a22f3dab0fcea2900 to your computer and use it in GitHub Desktop.
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.
$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