Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

modified regexp and documentation #148

Closed rohitbabugaddeti closed 4 years ago

rohitbabugaddeti commented 4 years ago

I think there is no use of using space literal match (/s) in the pattern. So I removed it and updated the snippet and it's document accordingly. Please review it and let me know if I am wrong.

Description

Resolves #(issue number)

What does your PR belong to?

Types of changes

Checklist: