315
submitted 7 months ago by mac@programming.dev to c/comics@programming.dev

Hover Text:

Wait, forgot to escape a space. Wheeeeee[taptaptap]eeeeee!

Transcript

[in a yellow box:]
Whenever I learn a new skill I concoct elaborate fantasy scenarios where it lets me save the day.

Megan: Oh no! The killer must have followed her on vacation!
[Megan points to computer.]
Megan: But to find them we'd have to search through 200 MB of emails looking for something formatted like an address!
Cueball: It's hopeless!

Off-panel voice: Everybody stand back.

Off-panel voice: I know regular expressions.

[A man swings in on a rope, toward the computer.]

tap tap
The word PERL! appears in a bubble.

[The man swings away, and the other characters cheer.]

you are viewing a single comment's thread
view the rest of the comments
[-] pivot_root@lemmy.world 3 points 7 months ago* (last edited 7 months ago)

Learning basic regex takes less than a day. Learning extended regex takes a day or two.

If you're often writing Python scripts to scan strings and match patterns, I can almost guarantee you're actually wasting more of your time avoiding having to use regex.

In fact, if you're working with large datasets, you're wasting even more time waiting for your scripts to finish. Python's regular expression engine is written in C, which is considerably faster than plain Python.

this post was submitted on 01 Feb 2024
315 points (100.0% liked)

Comics

422 readers
1 users here now

A community for sharing comics related to programming

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 8 months ago
MODERATORS