Jump to content

sönke

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    sönke reacted to giovanni in Workflow that deletes back to the last period   
    if you are OK with using Python, this will work:
    import sys s = sys.argv[1] s = s.rsplit('.', 1)[0] + '. ' print (s,end='')  
×
×
  • Create New...