Home New Trending Search
About Privacy Terms
#
#Regex
Posts tagged #Regex on Bluesky
Post image

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

1 0 0 0
Video thumbnail

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

36 8 1 1
Preview
Introducing Regular Expressions (RE) by Practicing <p>If you’re a programmer new to regular expressions, this easy-to-follow guide is a great place to start. You’ll learn the fundamentals step-by-step with the help of numerous examples, discovering fi...

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

3 0 0 0

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

1 0 0 0
Preview
RE#: how we built the world's fastest regex engine in F# | ian erik varatalu

RE#: how we built the world's fastest regex engine in F# iev.ee/blog/resharp... #regex #fsharp

30 9 1 0
Post image

Translate a regex is the biggest time saving I've achieved with AI 😆 #dev #ai #regex

0 0 0 0
Preview
Smug software developer confident she can solve Iran conflict with simple regex - The Empty Press REGINA – As the US-Iran conflict deepens, smug software developer Sandra Cline is confident she can solve the matter by leveraging her well-honed regex skills. “Many problems can seem complex, even in...

“Concerned that oil prices might rise? Let me introduce you to the negation caret!”

#Iran #ProgrammerHumour #ProgrammerHumor #Software #Coding #Programming #regex

0 0 0 0

#Regex
L(es? |'e)crie? va?in

0 0 0 0

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

3 0 0 0
Preview
Regular Expressions A TryHackMe Practical Exercise Writeup

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

0 0 0 0
Preview
RegEx Examples: 10 Practical Patterns You Can Copy and Paste – Xojo Programming Blog

🔍 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

1 1 0 0
Preview
Intro to Compiler Theory - Part 1 This is a comprehensive introduction to compiler theory and the systematic process of translating high-level programming languages into machine-executable code. We outline the modular architecture of a compiler, divided into a frontend for source analysis and a backend for target code synthesis. Key phases described include lexical analysis, where text is converted into a token stream, and syntactic analysis, which generates an abstract syntax tree. Then, we further explore semantic analysis, intermediate code generation, and various optimization techniques designed to improve program efficiency. Additionally, we help define the mathematical foundations of language processing, such as regular expressions, finite automata, and the use of symbol tables to manage program identifiers.

📣 New Podcast! "Intro to Compiler Theory - Part 1" on @Spreaker #compiler #compilers #computers #connectedcomponents #cs #engineering #parsing #regex #science #stem

3 0 0 0

🎯 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

0 0 1 0
Video thumbnail

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

7 2 0 0
Video thumbnail

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

7 2 0 0
Video thumbnail

#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

6 2 0 0
Video thumbnail

#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

5 2 0 0

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

0 0 0 0
Preview
Avoir une explication d'une regex dans Visual Studio Code avec Rege... Quoi de mieux que d'avoir dans son éditeur de code une explication d'une expression régulière (regex) en temps réel ? C'est ce que fait l'extension Regexp Explain dans Visual Studio Code. - ShevAre...

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

0 0 0 0
Original post on wikis.world

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 […]

0 0 0 0

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

0 0 0 0
Post image

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

0 0 0 0
Post image

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

0 0 0 0
Preview
DEV Community A space to discuss and keep up software development and manage your software career

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

12 0 0 0
Post image

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

0 0 0 0
Post image

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

0 0 0 0

🎯 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

0 0 1 0
Preview
Cutting Through JavaScript RegEx 🍕 Learn how to use regular expressions in JavaScript with practical examples of common patterns, methods, and syntax.

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

13 5 2 1

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

10 0 2 0
Preview
Regex String Split using SQL Server 2025 REGEXP_SPLIT_TO_TABLE Explore how to use string split in SQL Server 2025 with regex for complex text parsing without cumbersome custom coding.

My last #sqlserver #regex article: Regex String Split using #SQLServer2025 REGEXP_SPLIT_TO_TABLE www.mssqltips.com/sqlservertip...

3 0 0 0