Articles by Tag #regex

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

🚀 Human-Regex: Write Readable Regular Expressions Like English

Created by Ridwan Ajibola Sick of trying to understand those confusing regex patterns?...

Learn More 79 39Feb 3

🚀🛠Boost Your Regex Game with Regex Vault: A Library for Developers

Tired of constantly searching for the perfect regex pattern? Meet Regex Vault, an open-source library...

Learn More 10 0Jan 29

Build up your confidence with Regex: 5 Techniques to make it STICK

My experience with Regex, and how it's a TIME-SAVER Regular expressions (Regex) look...

Learn More 10 0Nov 3 '24

Regular Expressions(Regex) in Python

Introduction Handling exceptions and validating user input are critical components of...

Learn More 9 0Jan 29

👨‍🎓A Quick Start Guide to RegEx in JavaScript

Are you struggling to understand Regular Expressions (Regex) in JavaScript? 🤔 Don't worry! This guide...

Learn More 8 0Feb 26

Tired of Wasting Time Searching Files in Linux? Learn to Use the find Command Like an Engineer Who Gets Things Done

If you've ever caught yourself burning precious minutes hunting for that critical config file buried...

Learn More 7 0May 14

Advent of Code 2024 - Day 3: Mull it Over

Mull it Over Today's challenge screamed Regex when I first saw it, mainly because whenever...

Learn More 7 0Dec 4 '24

Debug Smarter: How grep Helps Engineers Fix Issues Fast and Stand Out (Part 1)

In today's high pressure tech environments, the ability to quickly locate information isn't just...

Learn More 7 0May 12

Debug Smarter: How grep Helps Engineers Fix Issues Fast and Stand Out (Part 2)

Welcome back to the grep series just because once you’ve seen how powerful this tiny command is, it’s...

Learn More 6 0May 12

Own Your System: Using the find Command for File Ownership, Backup & System Control

You don't need a decade of Linux experience to control your systems like a veteran Engineer. The...

Learn More 5 0May 14

Regular Expressions in Linux: Your Real-Life Cheat Code for Smarter Search & Faster Troubleshooting

If we’re being honest, scrolling through hundreds of lines of logs or config files is not the reason...

Learn More 5 0May 11

Taming the Regex Beast: A Beginner's Guide to Regular Expressions

What's This Regex Thing Anyway? Picture this: You're sifting through a mountain of text,...

Learn More 5 0Aug 30 '24

Keep Your Eyes on the End: Using the tail Command for Real-Time File Monitoring

Logs never sleep and neither do engineers in production. When disaster strikes at 3 AM, your ability...

Learn More 5 0May 16

head Command: How to Preview File Content Without Opening the Whole Thing

Have you ever needed to quickly peek at the top of a file without opening it in a text editor? That's...

Learn More 5 0May 16

Python RegEx Cheat Sheet

Hello! This cheat sheet for you! Enjoy! Regular expressions in Python are handled using the re...

Learn More 5 0Jul 11 '24

Debug Smarter: How grep Helps Engineers Fix Issues Fast and Stand Out (Part 3)

Welcome to the final part of our grep series. If you've been following along, you've already seen how...

Learn More 5 0May 13

Finally figured out a whole bunch of Nginx regex. It's more confusing than normal regex somehow

A post by Oscar

Learn More 5 0Nov 21 '24

Stop Opening Files Just to Count Stuff: Let wc Do It for You

Quick Word, Line, and Character Count for Smarter File Analysis. Need a fast way to...

Learn More 5 0May 17

The Easiest String Parsing in Java

Parsing structured strings in Java has always been painful. Most developers reach for regular...

Learn More 4 2May 21

Regex for a Java Software Engineer

Why do I need Regex? Regular expressions are patterns that help us search for specific...

Learn More 4 1Oct 28 '24

Converting snake_case to camelCase with vscode

Open the find/replace and click on the .* In the first input use _([a-zA-Z]) In the second use...

Learn More 4 1Jul 17 '24

Automating Email Validation with Python: A Step-by-Step Tutorial

Learn how to implement Python email validation using regex, libraries, and APIs. Comprehensive guide with code examples, best practices, and advanced implementation tips for reliable email verification.

Learn More 3 0Dec 20 '24

The importance of the environment in Regex pattern matching

Here’s a small discovery I made regarding Ruby regex rules and whitespace characters, that made me...

Learn More 3 3Oct 16 '24

Vim Regex: Capitalize First Letters

Capitalize the First Letter of Every Word Using Vim Regex To capitalize the first...

Learn More 2 0Dec 2 '24

Human Regex Gets TypeScript's Magic Typing 🚀

Two weeks ago, I released the first public version of Human Regex, and I’m thrilled to share that it...

Learn More 2 0Feb 16

A Guide to Splitting Strings in JavaScript by Regex

Splitting Strings in JavaScript using regular expressions (regex) is a powerful technique for...

Learn More 1 0Sep 4 '24

A must read! Very informative and eye opening.

🚀 Human-Regex: Write Readable Regular Expressions Like English ...

Learn More 1 0Feb 3

Improve Your Python Regex Performance Using Rust

I've made a wrapper over the Rust regex crate using PyO3 and maturin. I've named it flpc because it...

Learn More 1 2Jun 29 '24

Here are 7 Regex tools that can save your life from hell 🔥

I don't know if you're like me, but whenever I'm faced with a regular expression aka Regex I break...

Learn More 1 0Jan 14

Parse & Decompose Url efficiently and accurately

Maybe the best solution except for AIs that comsume a lot of...

Learn More 1 0Jan 25