GithubHelp home page GithubHelp logo

Comments (2)

falaktheoptimist avatar falaktheoptimist commented on May 27, 2024

Fixed with #27

from learn-regex.

priyadhoundiyal avatar priyadhoundiyal commented on May 27, 2024

Not OP but can we reopen this? I found a few more grammatical errors.
"Imagine you are writing an application and you want to set the rules when user choosing their username. We want the username can contains letter, number, underscore and hyphen."
should be modified to:
"Imagine you are writing an application and you want to set the rules for when a user chooses their username. We want to allow the username to contain letters, numbers, underscore and hyphen."

In section 1, I think "A regular expression is just a pattern of letters and digits" should be replaced with:
"A regular expression is just a pattern of characters" since characters is generic and can be used to represent letters, digits and symbols.

In section 2,
"Some meta characters have a special meaning that are written inside the square brackets"
should be replaced with
"Some meta characters have a special meaning and are written inside square brackets"

In section 2.8
"In regular expressions, to check if the matching symbol is the starting symbol or ending symbol of the input string for this purpose we use anchors" should be replaced by
"In regular expressions, we use anchors to check if the matching symbol is the starting symbol or ending symbol of the input string"

from learn-regex.

Related Issues (20)

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.