Idea: Parsing strings to find integers, then sorting those strings based on the integers inside, then outputting two lists: list of the sorted integers and list of the strings sorted by their integer.
Use case: An example of using this program would be to find the IDs of people within emails, finding values within strings, or other similar situations.
Idea: Parsing strings to find integers, then sorting those strings based on the integers inside, then outputting two lists: list of the sorted integers and list of the strings sorted by their integer.
Use case: An example of using this program would be to find the IDs of people within emails, finding values within strings, or other similar situations.