Regex

22 bookmarks
Custom sorting
The ultimate JavaScript regex guide
The ultimate JavaScript regex guide
Regular expressions can be daunting, but they don't have to be! Learn everything you need about how to use a JavaScript regex with this guide.
·honeybadger.io·
The ultimate JavaScript regex guide
Regex Vis
Regex Vis
Regex visualizer & editor, make the regular expression easier.
·regex-vis.com·
Regex Vis
You Don't Know Anything About Regular Expressions: A Complete Guide
You Don't Know Anything About Regular Expressions: A Complete Guide
Regular expressions can be scary...really scary. Fortunately, once you memorize what each symbol represents, the fear quickly subsides. If you fit the title of this article, there's much to learn!...
·code.tutsplus.com·
You Don't Know Anything About Regular Expressions: A Complete Guide
8 Regular Expressions You Should Know
8 Regular Expressions You Should Know
Regular expressions are a language of their own. When you learn a new programming language, they're this little sub-language that makes no sense at first glance. Many times you have to read another...
·code.tutsplus.com·
8 Regular Expressions You Should Know
Javascript Reguläre Ausdrücke – Regex | mediaevent.de
Javascript Reguläre Ausdrücke – Regex | mediaevent.de
Javascript verwendet reguläre Ausdrücke (regex) mit String-Methoden wie match, replace, search und split. Darüber hinaus gibt es compile, exec und test mit dem RegExp-Objekt.
·mediaevent.de·
Javascript Reguläre Ausdrücke – Regex | mediaevent.de
Fast Searching with ripgrep — Marius Schulz
Fast Searching with ripgrep — Marius Schulz
In this post, I want to introduce you to ripgrep, a smart and fast command line search tool that I find myself using all the time when programming.
·mariusschulz.com·
Fast Searching with ripgrep — Marius Schulz
iHateRegex - regex cheatsheet for haters
iHateRegex - regex cheatsheet for haters
i Hate Regex is a regex cheat sheet that also explains the commonly used expressions so that you understand it. Stop hating and start learning.
·ihateregex.io·
iHateRegex - regex cheatsheet for haters