Giter VIP home page Giter VIP logo

turkiye-regex-kaliplari's Introduction

Cep Telefonu Numarası

Kabul edilen formatlar

05231231212
0523 123 12 12

Regex

/^(05)([0-9]{2})\s?([0-9]{3})\s?([0-9]{2})\s?([0-9]{2})$/

Sabit Telefonu Numarası

Kabul edilen formatlar

01231231212
0123 123 12 12

Regex

/^(0)([0-9]{3})\s?([0-9]{3})\s?([0-9]{2})\s?([0-9]{2})$/

TC Kimlik Numarası

Kabul edilen formatlar

12345678902 12345678900

Regex

^[1-9]{1}[0-9]{9}[02468]{1}$

Vergi Numarası

Kabul edilen formatlar

1234567890

Regex

/^[0-9]{10}$/

Kredi Kartı Numarası

Kabul edilen formatlar

1111222233334444
1111 2222 3333 4444

Regex

/^([0-9]{4})\s?([0-9]{4})\s?([0-9]{4})\s?([0-9]{4})$/

Araç Plakası

Kabul edilen formatlar

34A2344
34A23415
06BK123
06JK1234
81ABC75

Regex

/^(0[1-9]|[1-7][0-9]|8[01])(([A-Z])(\d{4,5})|([A-Z]{2})(\d{3,4})|([A-Z]{3})(\d{2,3}))$/

Doğum Tarihi

Kabul edilen formatlar

13.08.1987
13081987
13/08/1987
13-08-1987
13 08 1987

Regex

/^([1-9]|[12][0-9]|3[01])(\/?\.?\-?\s?)(0[1-9]|1[12])(\/?\.?\-?\s?)(19[0-9][0-9]|20[0][0-9]|20[1][0-8])$/

turkiye-regex-kaliplari's People

Contributors

calganaygun avatar mahmut-gundogdu avatar mgulener avatar muratgulener avatar vkural avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.