Given a string #abcde#jfdkjfd, how can I get the string between two # ? And I also want that if no # pair(means no # or only one #), the function will return None.
Given a string #abcde#jfdkjfd , how can I get the string between two #
Share
Explanation: