Learning C#? You NEED To Learn Regular Expressions!

Поділитися
Вставка

КОМЕНТАРІ •

  • @nickproudprogrammer
    @nickproudprogrammer  Рік тому

    Regex is such a huge part of my day-to-day. How often do you see it in your work?

  • @cdv130
    @cdv130 Рік тому +1

    I remember reading a python book, and the chapter had a quirky quote that said something like: If you ever run into a problem and decide to use regex to solve that problem. Now you have two problems.

  • @OlleHellman
    @OlleHellman Рік тому +2

    Good phasing, clear examples, maybe add some text when not to use regexp.
    👍

  • @romesupaila1864
    @romesupaila1864 5 місяців тому

    if i have text like " 15rg,53 pack " or 15rg, pack 53" i need 53 value only how its through regex

    • @nickproudprogrammer
      @nickproudprogrammer  5 місяців тому

      Are those patterns always the same? If they are you can do a match check against those two patterns