Skip to content

Instantly share code, notes, and snippets.

@sanjitk7
Last active May 17, 2020 07:25
Show Gist options
  • Save sanjitk7/e3f227d953eb332e01eac127ed0c6288 to your computer and use it in GitHub Desktop.
Save sanjitk7/e3f227d953eb332e01eac127ed0c6288 to your computer and use it in GitHub Desktop.
Bug
# in isCamelCase the regex now only matches keywords only
# with constituent words starting in A-H
x = re.search(r"(.+?)([A-H])",word)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment