Learning C#? You NEED To Learn Regular Expressions!

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 6

  • @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