Sorting list of strings
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2021 08:25 AM
Hi All,
Please help. my input is below.
{
“ABC”: “Management,Improved” ,
“DEF”: “Management Effectiveness”
}
and i want to sort the list of strings that is present in ABC.
Expected Output -
{
“ABC”: “Improved,Management”,
“DEF”: “Management Effectiveness”
}
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2021 10:38 AM
Thanks a lot !
