Skip to content

Instantly share code, notes, and snippets.

@hlpureboy
Created June 5, 2021 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlpureboy/6336d1a8f49bf10bdcaeeb6840f762d6 to your computer and use it in GitHub Desktop.
Save hlpureboy/6336d1a8f49bf10bdcaeeb6840f762d6 to your computer and use it in GitHub Desktop.
import re
test_str = 'This story appears in the June/July in U.S..'
test_str=test_str[0] + re.sub('[A-Z]', '', test_str[1:], count=0, flags=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment