Did you know #Microslop #Excel supports #PCRE?

I was trying to extract some strings from a cell (written by one of those people who think that Excel is is just "Word with lines") when I thought "ugh, I wish I could just use a #regex."

Then I noticed this. Unfortunately, the documentation doesn't explain much, so it took some time to figure out their weirdness; no delimiters, no modifiers, etc. That aside, it does support capture groups, so I was able to extract all the values with a single regex.

Pretty handy!

REGEXEXTRACT Function - Microsoft Support

This article shows you how REGEXEXTRACT function allows you to extract text from a string based on a supplied regular expression.

Oha, #inotifywait kann keine #PCRE (Negatives Lookahead). Wie kann man dann mit -exclude sinnvoll Dateiendungen ausschließen?

Muss ich jetzt erst einen Converter entwickeln, um die Kernkonstrukte und Negationen auf POSIX abzubilden??

inotifywait patchen könnte einfacher sein 🤔

Filtering Unicode "Emoji" and other symbols is a hell with PCRE.

#Perl #PCRE #Unicode #Emojis

@dm

Always. I kinda wish #PCRE (Perl-Compatible Regular Expressions) were more accepted, because some of those shortcuts (particularly \s) are very space-saving compared to their traditional counterparts ([[:space:]]), but since only GNU grep provides a PCRE option (-P), I avoid using it for the sake of greater compatibility.

@christmastree

Nice! Good old #PCRE.

FYI, Mastodon doesn't support markdown formatting or longer posts, but Hometown, GlitchSocial (both forks of Mastodon) and GoToSocial and snac (both independent fediverse server implementations) do. :)

Check out this short but powerful sessions from #oSC25! Lightning talks cover everything from #PCRE deprecation to #community collaboration. #openSUSE https://youtu.be/ggtjhXYg-y4?si=CBh2ZEiqiMqQ-6_b
openSUSE Conference 2025 - lightning talks

YouTube

@tessarakt @florian Ich schätze, das liegt am innewohnenden Desinteresse für kommerzielle Dienstsoziolekte.

Nazis raus/g verstünde ich eher ;)

#PCRE

There is the possibility to change the case-sensitivity for a part of a #PCRE regular expression. If this is something new for you, read a use-case article: https://kudashevs.com/posts/2025/01/pcre-lookbehind-case

#programming #regex #RegularExpressions

An interesting PCRE lookbehind assertion case.

An interesting PCRE lookbehind assertion and case sensitivity use case.

Sergey Kudashev personal blog
/[A-S]{1}[a-u]{1}[b-y]{1}/ #RegEx #PCRE

From #punchcards to powerful #code in #opensource projects #PCRE and #Exim, Philip Hazel’s career is an exciting journey of #FOSS success and the evolution of #tech! 🐧

Dive into Hazel’s story on @LWN and consider carrying on the torch maintaining #PCRE2:

https://t.ly/RLY3Q

#LPI #LWN #techhistory #freesoftware #softwaredevelopment #github #perl #Linux #Unix #GPL #Apache #MariaDB