Steam Post date March 23, 2023 Post author By Adactio: Journal Post categories In ai, babbage, chatbots, code, coding, computing, History, language, machinelearning, machines, medium:id=48116d3691f9, models, regex, sql, steam
Learn the Basics of RegEx in JavaScript Post date February 22, 2023 Post author By The Dev Drawer Post categories In JavaScript, programming, regex, tutorial
Complete Guide To Make You a Regex Guru Post date January 15, 2023 Post author By Dennis Persson Post categories In productivity, programming, regex, webdev
How to Validate Password Strength Using Regex and JavaScript Post date December 27, 2022 Post author By ayka.code Post categories In JavaScript, programming, regex, webdev
Validating email addresses using regular expressions in JavaScript Post date December 15, 2022 Post author By aykacode Post categories In emailvalidation, JavaScript, regex, webdev
Regex, dont be scared Post date December 8, 2022 Post author By DeveloperSteve Post categories In filtering, regex, regularexpression, sanitize
🐍 regex: a Python example using lookbehind and lookahead Post date September 29, 2022 Post author By Jessica Alves Post categories In beginners, programming, python, regex
Expressões Regulares III – âncoras, limites de palavras e caracteres de palavras Post date September 12, 2022 Post author By Patrícia Villela Post categories In beginners, expressoesregulares, pcre, regex
What are some Regular Expression concepts you find hard to grok? Post date July 3, 2022 Post author By Nick Taylor Post categories In discuss, regex
RegEx Validation: A Cheatsheet (most used) Post date June 22, 2022 Post author By webdeasy.de Post categories In java, JavaScript, php, regex
Verify password with a single regex Post date June 16, 2022 Post author By Abiria Post categories In JavaScript, regex
Introduction to Regex Post date April 24, 2022 Post author By Yohanes Setiawan Post categories In JavaScript, regex
Checking Mail Address Simply using Perl Regular Expression Post date April 9, 2022 Post author By Yuki Kimoto Post categories In beginners, perl, regex, webdev
Melody: A New Way to RegEx Post date April 6, 2022 Post author By Trezy Post categories In JavaScript, regex
The black art of Regular Expressions – A little computer science for the inquisitive developer Post date February 28, 2022 Post author By DEV Community Post categories In dry, posix, programming, regex
Only Numbers validation in JS Post date February 27, 2022 Post author By DEV Community Post categories In beginners, codenewbie, JavaScript, regex
How we sped up a Regex by 50,000x to make a family-friendly MMO safe for all Post date February 16, 2022 Post author By Timothy Choi Post categories In mmorpg, performance, python, regex
JavaScript Basics #5: Regular Expressions Post date February 14, 2022 Post author By Eric Hu Post categories In JavaScript, regex, tutorial, webdev
REGEX (REGULAR EXPRESSIONS) WITH EXAMPLES Post date February 8, 2022 Post author By Faisal Ahmed Post categories In regex
Cracking into Regex Post date February 4, 2022 Post author By Elise Marie LaBonte Post categories In beginners, regex, tutorial
Interview Questions in Python – Regular Expressions Post date January 31, 2022 Post author By Johnny_Five Post categories In interview, interviews, python, regex
Learning Vim Regex Post date January 29, 2022 Post author By Igor Irianto Post categories In neovim, regex, Search, Vim
Does /[A-z]/ Work For Case-Insensitive Regex? Post date January 11, 2022 Post author By DEV Community Post categories In beginners, regex
RegExp Cheatsheet to speed up code editing and refactor Post date January 4, 2022 Post author By Piyush Kumar Baliyan Post categories In JavaScript, regex, vscode, webdev
Caso de uso: RegEx Post date December 12, 2021 Post author By bug_elseif Post categories In braziliandevs, python, regex
Regex Refresher: Named Groups and Backreferences Post date November 28, 2021 Post author By Amr Hesham Post categories In android, backreferences, java, Kotlin, regex, regex-backreferences, regex-named-groups, regular expressions
Performant URL routing — with PHP and regular expressions (regex) Post date November 12, 2021 Post author By Stephan Romhart Post categories In performance, php, regex, router, tutorial
Introdução a RegEx Post date November 10, 2021 Post author By Milton Antônio Soares de Moraes Post categories In expressoesregulares, JavaScript, regex, webprogramming
Open-Sourcing Regular Expressions for Markdown Syntax Module Post date October 5, 2021 Post author By Arthur Post categories In github, JavaScript, markdown, npm, open source, programming, regex, slogging, web-monetization
Threats of Using Regular Expressions in JavaScript Post date September 2, 2021 Post author By Dulanka Karunasena Post categories In backtracking, JavaScript, nodejs, redos, regex
Regular Expression Functions that You Must Know in Python Post date August 11, 2021 Post author By Pralabh Saxena Post categories In Education, programming, python, regex, technology
Clean Code Studio Software Resources (Regex) Post date July 28, 2021 Post author By Clean Code Studio Post categories In code, regex, Tooling
The four noisy horsemen of Perl hate Post date July 20, 2021 Post author By Mark Gardner Post categories In hate, perl, regex, regularexpressions
Getting Started with Regular Expressions Post date July 18, 2021 Post author By DEV Community Post categories In beginners, JavaScript, regex, regularexpressions
How to Build a RegEx Engine in Python (Part 2.1: Python strings) Post date June 1, 2021 Post author By Lorenzo Felletti Post categories In programming, python, regex, strings
Multidimensional Matrix digestion through Regex/Kotlin and one line of code. Post date May 31, 2021 Post author By Al Post categories In a, Kotlin, regex
Introducing Regcode – Create Regular Expressions Easily with Code Post date May 31, 2021 Post author By Anton Ödman Post categories In programming, regex, tool, webdev
How to Build a RegEx Engine in Python (Part 2: The Lexer) Post date May 23, 2021 Post author By Lorenzo Felletti Post categories In lexer, programming, python, regex
Do you find regexes complex? Post date May 20, 2021 Post author By Siddharth Post categories In regex, showdev
Comprehensive Guide for not so Regular Expressions Post date May 16, 2021 Post author By Lakshya Singh Post categories In JavaScript, machinelearning, python, regex
Regex: Fix duplicate slashes without affecting protocol Post date May 13, 2021 Post author By Matt Kenefick Post categories In beginners, JavaScript, php, regex
A python regex to validate roman numerals Post date April 9, 2021 Post author By Alexandre Donciu-Julin Post categories In beginners, python, regex, regularexpressions
Regex? The Minimum You Need To Know. Post date April 6, 2021 Post author By Huzaifa Rasheed Post categories In programming, regex, validations
Automatically Generate Regular Expressions from User Input with grex Post date March 26, 2021 Post author By Bramus! Post categories In cli, Elsewhere, link, regex, tool
Let’s stop using [a-zA-Z]+ Post date March 8, 2021 Post author By Till Sanders Post categories In a11y, JavaScript, regex, todayilearned
Avoid stack Overflows By Writing Regexes Properly Post date February 23, 2021 Post author By SonarSource Post categories In coding, good-comapny, java, programming, regex, regular expressions, stackoverflow, static-analysis
Getting Regex Boundaries Right: A How-To Guide Post date February 23, 2021 Post author By SonarSource Post categories In bug, complex, good-company, java, programming, regex, regular expressions, software-development
World-first Static time RegEx engine with O(0) time complexity Post date February 15, 2021 Post author By Jakub Švehla Post categories In JavaScript, regex, regularexpression, typescript
Regexes or Regular Expressions And The Common Mistakes Programmers Make While Using Them Post date February 13, 2021 Post author By SonarSource Post categories In bug, coding, how-to-fix-my-regex, java, java-regexes, programming, regex, software-development
Learning regular expressions: the practical way Post date August 19, 2015 Post author By Hugo “Kitty” Giraudel Post categories In regex, regexp, regular expressions
Learning regular expressions: the practical way Post date August 19, 2015 Post author By Kitty Giraudel Post categories In regex, regexp, regular expressions