Skip to content

Instantly share code, notes, and snippets.

@infontology
Created February 14, 2018 08:42
Show Gist options
  • Save infontology/3829b900f7143138d6df409e2f35ccb8 to your computer and use it in GitHub Desktop.
Save infontology/3829b900f7143138d6df409e2f35ccb8 to your computer and use it in GitHub Desktop.
Slår ihop s p ä r r a d text till vanlig stil
pattern = re.compile('(?<=\s\S)\s(?!\S\S)', re.S)
re.sub(pattern, '', text)
@infontology
Copy link
Author

Fan vad jag inte gillar regex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment