Un peu de ménage dans les pieds de page. Pas la regex du siècle, mais je m'améliore : \ {{([^{]|{[^{]|{{[^{}]+}})+}}\n\ {{([^{]|{[^{]|{{[^{}]+}})+}}\n\* {{([^{]|{[^{]|{{[^{}]+}})+}} J'avais rédigé un billet de blog en 2025 wikirider.blogspot.com/2025/06/affi...
#Wikipedia #AutoWikiBrowser #Regex
Woah, this is super useful 😍
🌀 rgx — TUI regex tester with real-time matching
💯 Supports multiple engines (Rust, fancy-regex,PCRE2) with live previews
🦀 Written in Rust & built with @ratatui.rs
⭐ GitHub: github.com/brevity1swos...
#rustlang #ratatui #tui #regex #terminal #devtools #programming
Master Regular Expressions by doing! 💻
Stop copying patterns and start writing them. This hands-on course helps you solve complex problems and level up your coding toolkit across any language.
Enroll here: www.udemy.com/course/intro...
#Regex #Coding #Programming #100DaysOfCode
Quick programming quiz about regular expressions:
The following four characters are a valid regex in every regex language I've tested: [][]
The quiz is: without testing on an online (or local) tool, what does that expression mean?
#programming #regex #software
“Concerned that oil prices might rise? Let me introduce you to the negation caret!”
#Iran #ProgrammerHumour #ProgrammerHumor #Software #Coding #Programming #regex
#Regex
L(es? |'e)crie? va?in
Success: DNS propagation complete.
My new home is @thetextsmith.com. I’m here to advocate for the power of plain text.
I’ll be writing about:
Regex superpowers
Terminal-based workflows
Accounting & data analysis without expensive software
.txt is forever 🐧
#PlainText #Linux #Regex
Looking to level up your skills as a SOC Analyst or Blue Team Defender? Mastering regular expressions (regex) is a must! Check out my latest write-up solving TryHackMe's regex room.
👉 medium.com/@citadelcybe...
#CyberSecurity #Regex #IncidentResponse
🔍 Need RegEx?
✅ Replace whole words only ✅ Strip HTML tags ✅ Extract numbers ✅ Reformat dates (YYYY-MM-DD → DD/MM/YYYY) ✅ Find emails ✅ Lookahead/lookbehind ✅ Non-greedy matching
blog.xojo.com/2025/09/18/regex-example... #Xojo #RegEx #Coding
📣 New Podcast! "Intro to Compiler Theory - Part 1" on @Spreaker #compiler #compilers #computers #connectedcomponents #cs #engineering #parsing #regex #science #stem
🎯 Ready to level up your Python skills with smart regex patterns? Regex can transform your string manipulation tasks. Let's dive into how you can refine your skills! 🚀 #Regex #Python @YourPythonFun
Not a fan of writing your #regex in configs?
NP, #LSDE fully integrates LLMs into all its configurable sections
You can ask it to improve or write a config for you!
link: lepasoft.com/en/software/...
#gamedev #indiedev #UX #NarrativeDesign
Not a fan of writing your #regex in configs?
NP, #LSDE fully integrates LLMs into all its configurable sections
You can ask it to improve or write a config for you!
link: lepasoft.com/en/software/...
#gamedev #indiedev #UX #NarrativeDesign
#LSDE supports 'decorator' rendering concept.
Capture words with regex to make narrative design more digestible
You can apply styles to captures to make them smoother and more appealing
lepasoft.com/en/software/...
#gamedev #indiedev #regex #dev #NarrativeDesign
#LSDE supports 'decorator' rendering concept.
Capture words with regex to make narrative design more digestible
You can apply styles to captures to make them smoother and more appealing
lepasoft.com/en/software/...
#gamedev #indiedev #regex #dev #NarrativeDesign
Took my first few baby steps into R yesterday to clean some data using #Regex. Need to focus more on other skills, but this was the best tool for the job given I wanted to stay within #PowerBI
A relire : Avoir une explication d'une regex dans Visual Studio Code avec Regexp Explain
blog.shevarezo.fr/post/2021/10/14/explicat...
#regex #vscode #microsoft #webdev #devweb #regexp
If you ever find yourself with the incredibly specific problem of trying to find&replace a PUA character in #libreoffice, but it keeps cutting the 2 bytes in half and leaving a question-mark thingy, here is the very stupid #regex solution I found:
X(.)
↓
Y$1
where X is your PUA character and Y […]
Need to find every phone number in a 500-page document? Or ensure a user's password meets five different criteria?
RegEx makes the "impossible" string tasks trivial.
Don't wrestle with your data. Command it with Xojo.
#Xojo #SoftwareEngineering #DataProcessing #RegEx
Here's a little look at failing in public and being responsible:
Read more here:
www.devleader.ca/2024/04/12/csharp-regula...
#CSharp #DotNet #Regex #Performance
What are some of the ways we can customize regex in CSharp?
Read more here:
www.devleader.ca/2024/04/01/regex-options...
#CSharp #DotNet #Regex #RegularExpressions
In addition to self-hosting, I just made a dev.to account & made my first submission. I cross-posted my guide to RegExp in JavaScript & I would love it if you checked it out! If have any questions or comments, please feel free to ask/share. dev.to/devmansam777...
#regex #javascript #100Devs #blog
Regex is powerful for pattern matching, but what about performance?
Read more here:
www.devleader.ca/2024/04/08/csharp-regex-...
#CSharp #DotNet #Regex #Performance
Want to learn how to use regular expressions in CSharp?
Read more here:
www.devleader.ca/2024/04/02/regular-expre...
#CSharp #DotNet #Regex #RegularExpressions
🎯 Ready to level up your Python skills with smart regex patterns? Regex can transform your string manipulation tasks. Let's dive into how you can refine your skills! 🚀 #Regex #Python @YourPythonFun
My latest blog post is out. If you'd like an approachable tutorial on Regular Expressions then I've got you covered. 🍕🚫🍍 /[^pineapple]/
www.devmansam.net/blog/cutting...
#regex #regularexpressions #javascript #softwareengineer #100Devs
You gotta give the people what they want.
I've been hard at work putting together an Intro to Regular Expressions that anyone will be able to understand & implement straight away. There will be enough info in it to make dangerous.
New Blog Post drops Friday! Stay tuned...
#regex #100devs #coding
My last #sqlserver #regex article: Regex String Split using #SQLServer2025 REGEXP_SPLIT_TO_TABLE www.mssqltips.com/sqlservertip...