GithubHelp home page GithubHelp logo

gojek-challenge's Introduction

--------------------
GoJEK Code Challenge 
--------------------

Problem : https://gist.github.com/ciju/40afaa21a4b9be998955e84570a057c0

Function `generate` returns string conforming to the given regex pattern.
Supported features include :

. Match any character except newline
[ Start character class definition
] End character class definition
? 0 or 1 quantifier
* 0 or more quantifiers
+ 1 or more quantifier
{ Start min/max quantifier
} End min/max quantifier
^ Negate the class, but only if the first character
- Indicates character range
| Start of alternative branch
( Start subpattern
) End subpattern

Build using Python 3.7.3

Sample Output 
--------------

>> python3 gojek.py
Here are some samples - 
Pattern =  [-+]?[0-9]{1,16}[.][0-9]{1,6}
String =  +51.6688
Pattern =  (1[0-2]|0[1-9])(:[0-5][0-9]){2} (A|P)M
String =  10:35:35 PM
Pattern =  [1-9][0-9]*|0
String =  722277407537141726978
Pattern =  ([a-zA-Z0-9_.]+)@([a-zA-Z0-9_.]+)[.]([a-zA-Z]{2,5})
String =  8@Zfern_QCszPc0E4dknb.bNobc

Contact Details
---------------

Anubhav Patel ([email protected])
Resume : https://anubhavp28.github.io/Resume/resume.pdf

gojek-challenge's People

Contributors

anubhavp28 avatar

Stargazers

 avatar

Watchers

 avatar  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.