Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

How to use patterns

Líkið Geimfari edited this page Aug 24, 2017 · 1 revision

Here you can read how to use patterns form expynent

Below you can see examples, that illustrate a basic of expynent.

>>> import re
>>> from expynent import *


>>> if re.match(CREDIT_CARD, '3519 2073 7960 3241'):
        print('Valid')
Clone this wiki locally