this post was submitted on 05 Mar 2025
1574 points (99.0% liked)

Programmer Humor

21016 readers
1244 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] PlexSheep@infosec.pub 2 points 1 day ago* (last edited 1 day ago) (1 children)

I give you that, true. I wish vim had PCRE

[โ€“] ewenak@jlai.lu 0 points 1 day ago

There is the "very magic" mode for vim regexes. It's not the exact PCRE syntax, but it's pretty close. You only need to add \v before the expression to use it. There is no permanent mode / option though. (I think you can remap the commands, like / to /\v)