demo_ref_string_strip2.py:
txt = ",,,,,rrttgg.....banana....rrr" x = txt.strip(",.grt") print(x)
C:\Users\My Name>python demo_string_strip2.py
banana