Advanced C #22: Regular Expressions

Sdílet
Vložit
  • čas přidán 3. 08. 2024
  • Compile and execute regular expressions in C.
    sed rewrite in which I use regex: github.com/cacharle/sed
    00:00 Introduction
    01:45 Basic Example
    03:31 regcomp Flags
    05:51 Groups
    09:43 regerror
    11:58 sed Example
    Social links:
    Website: cacharle.xyz
    Github: github.com/cacharle
    Linkedin: / charles-cabergs-328aa8214
  • Věda a technologie

Komentáře • 8

  • @cacharle
    @cacharle  Před 2 měsíci +1

    Let me know if a video dedicated on regular expression syntax would interest you, I think it could be interesting to make.

    • @josealejandrovaroncarreno1692
      @josealejandrovaroncarreno1692 Před 2 měsíci

      your job is programing on c ?

    • @cacharle
      @cacharle  Před 2 měsíci

      @@josealejandrovaroncarreno1692 No, at work I mainly programmed in Python with some C++ and Go

  • @user-py3fz2bu9f
    @user-py3fz2bu9f Před 2 měsíci +1

    I just took a Theory of Computation course at my university and I learned about regular expressions. Cette video a ete tres utile pour comprendre les regex, merci beaucoup.

    • @cacharle
      @cacharle  Před 2 měsíci

      Glad this helped but it's more a video about how to compile and run regular expressions in C than a guide on how to build them. Here is a great website to help you build your own regex: regex101.com/

  • @chri-k
    @chri-k Před 2 měsíci +1

    I didn't know C standard library had regex parsing!

  • @SeanCodingThings
    @SeanCodingThings Před 2 měsíci

    Regex in C is definitely useful, especially for string parsing. Nice!

  • @josealejandrovaroncarreno1692

    thanks! for continué this serie