Skip to content Skip to sidebar Skip to footer
Showing posts with the label Lookbehind

Python Regex To Avoid A Character Earlier In The String

I'd like to use a regex to find an exact string, but not if it's part of a comment, as desi… Read more Python Regex To Avoid A Character Earlier In The String

Why Doesn't Finite Repetition In Lookbehind Work In Some Flavors?

I want to parse the 2 digits in the middle from a date in dd/mm/yy format but also allowing single … Read more Why Doesn't Finite Repetition In Lookbehind Work In Some Flavors?

Python Positive-lookbehind Split Variable-width

I though that I have set up the expression appropriately, but the split is not working as intended.… Read more Python Positive-lookbehind Split Variable-width