6
bikki
6y

Just Getting started with regex in Python on hacker rank. It's very interesting though.

Comments
  • 1
    Regex is fun, I wrote 2 tutorials/articles on it.

    If you know basic metacharacters, capture groups and lookarounds - it's powerful and easy.
  • 0
    @HelloUglyWorld It would be great if you could redirect me to any kind of learning material regarding regex... :)
  • 0
    @bikki Well, I did write these 'shovel-logic' tutorials for my uni mates, but if they manage to help you out - I'll be glad.

    The link is in here, it'll expire in 10 minutes for obvious reasons ^^.

    https://pastebin.com/QaPA5QSk
  • 0
    @bikki Just hmu after you read them and tell me what you think - I was trying to make it as practical and comprehensive and with as little theory as possible.
  • 0
    @HelloUglyWorld excellent, it's like a mini notes, part 2 (look arounds) is what I was looking for. Thanks.
  • 0
    @bikki np., I'm glad I could help someone.
Add Comment