Sai Laasya Vabilisettylaasyasettyblog.hashnode.net·Sep 25, 2020FeaturedREGEX - It's a Piece of Cake!Hello everyone!!💝 Are you confused with the title😅? Do you also stay away from regular expressions? Do you use google while solving regex problems? Not after reading this article!😋 C'mon, let's learn it together.🤗 CONTENTS Why Regular Expression...186 likes·2.7K reads2Articles1Week
Yuriyuricodesbot.hashnode.net·Aug 19, 2021FeaturedUltimate Guide to Regular Expressions (RegEx) on JavaScriptWhat's RegEx ? They are objects with a cryptic syntax that allows you to inspect strings. It can help you to match strings with multiple posibilities. Think of it as a little friendly Gnome village looking forward to helping you find all the matches ...113 likes·1.2K readsJavaScript for NewbiesJavaScript
Atharva Shahopensourced.hashnode.net·Feb 9, 202130 Useful Regular Expressions SnippetsRegular expressions are a powerful tool that should be in every developer’s tool belt. They can match against a string of characters based on very complex parameters, which can save you a lot of time when building dynamic websites. Web developers ...85 likes·706 readsJavaScript
Xavierxavier7t.hashnode.net·Apr 25, 2023Regex in SwiftUIUsing regular expressions (regex) can be a powerful tool in SwiftUI for validating user input and manipulating text. In this blog post, we’ll explore how to use regex in SwiftUI. The code in this post is available here. To use regex in SwiftUI, you f...iOS
Dr. Aarun Bhardwajaarunbhardwaj.hashnode.net·Apr 24, 2023Using python regex for finding patterns in genomic dataPython is a powerful programming language that is widely used in bioinformatics for analyzing genomic data. Python has a rich set of libraries and tools that can be used for analyzing genomic sequences. In this article, we will explore how to use Pyt...Regex
Manuel SpigolonforBackend Cafebackend-1634412935050.hashnode.net·Apr 16, 2023The Secrets Behind High Performance With Node.jsI always strive to write actionable articles, but let’s face it: improving code performance can be a bit intimidating. Not today, my friends!In this post, I’ll share some lesser-known but highly effective strategies to speed up your codebase — starti...325 readsperformance
Dhawal Pandyadhawalpandya01.hashnode.net·Apr 16, 2023Demystifying test() of RegExI know, I know. Nobody likes Regex, but this small method that can be applied to it will make you significantly less repulsed when you see it. And trust me, I know all about repulsion from Regex. In JavaScript, the RegExp object provides a set of bui...Regex
Nabila Alamnabilaalam.hashnode.net·Apr 4, 2023Regular Expressions in JavaScript:Having the ability to search through text, validate text, and replace text using an advanced set of rules is exactly what Regex is for. How to Create A Regular Expression: In JavaScript, you can create a regular expression in either of two ways: Meth...JavaScript
Emmanuel Akyeamakyeamemma.hashnode.net·Mar 31, 2023Transform Your Work Habits with These 15 Productivity-Boosting Web Apps.Table of Contents Helpfull Prioritize GetTerms Namae Regex101 Unscreen BundlePhobia Forthebadge EpochConverter Can I Use Cron Gitignore Ngrok TextCompare Twist 1.Helpfull Are you looking to improve your product, website, or program? ...68 readsRegex
Fabien Schlegeldevoreur2code.hashnode.net·Mar 30, 2023How to Regex in JavascriptIn JavaScript, regex is used to manipulate and validate text-based data. Understanding how regex works in JavaScript is essential for any programmer looking to improve their JavaScript skills. In this article, we will explore the basics of regex in J...1 like·29 readsReact
Habiba Waelhabibawael.hashnode.net·Mar 29, 2023Understanding Regular Expressions: A Beginner's Guide (Part 4) ✨In this final article of the "Understanding Regular Expressions: A Beginner's Guide" series, we will continue our exploration of patterns. The power of patterns lies in their ability to match a wide range of characters and sequences, allowing for fle...45 readsUnderstanding Regular Expressions: A Beginner's Guide Regex
Sajjad Rahmansajjadrahman.hashnode.net·Mar 27, 2023How to pass my day between 20 to March 26. I spent most of my time for giving mid term exam .26 - Mar It’s the day before my web technologies exam. Basically in the middle of the course they only covered basic html css and js. I just go through all of the topics and learn something new. I am not good at web development, but I try my best to...Regex
Habiba Waelhabibawael.hashnode.net·Mar 26, 2023Understanding Regular Expressions: A Beginner's Guide (Part 3) ✨In Part 3 of this series, we are going to delve deeper into the fascinating world of regular expressions. We will explore general patterns and gain a better understanding of how they work. Additionally, we will focus on how to specify the number of m...Understanding Regular Expressions: A Beginner's Guide Regular Expressions