Last active
May 17, 2020 07:25
-
-
Save sanjitk7/e3f227d953eb332e01eac127ed0c6288 to your computer and use it in GitHub Desktop.
Bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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