Devang TomarforDevangdevangtomar.hashnode.net路Nov 11, 2022Your Ultimate Regular Expression (Regex) Cheat Sheet 馃憫馃槑A regular expression (regex) is a pattern in input text that the regex engine attempts to match. A pattern is made up of one or more character literals, operators, or structures. It excels in searching for and manipulating text strings, as well as te...Discuss路10 likes路160 readsRegexI really love this article...And very helpful 11
Sourajita DewasiforSourajitaDewasiBlogssourajitad.hashnode.net路Aug 20, 2022Pattern Matching In SqlHello there. 馃憢 We all have faced situations where we remembered a part of the word or line but not entirely. This happens with analysts all the time and hence SQL has the perfect solution to this called Pattern Matching and today we are going to div...Discuss路7 likes路60 readsBlogsWithCC
Moksh MahajanforMoksh Mahajan's blogmokshmahajan.hashnode.net路Mar 3, 2023Unlock the Magic of Pattern Matching in Dart 3.0So in the last couple of articles in this series, we got a basic introduction to Records, which is a new built-in collection type coming in Dart 3.0, and how they make developers' life easy with their various applications like facilitating multiple r...Discuss路7 likes路2.0K readspattern-matching
Prajwal Haniyaforprajwalhaniya.hashnode.net路Mar 30, 2023How to build a suffix tree? A step-by-step guide | Techletter #16Tech-letter #16 | March 30, 2023 Suffix Tree A suffix tree is a data structure used for efficiently storing and searching a string or set of strings. It is particularly useful for searching a large text corpus for occurrences of a given pattern or s...DiscussJavaScript
Moksh MahajanforMoksh Mahajan's blogmokshmahajan.hashnode.net路Mar 3, 2023Unlock the Magic of Pattern Matching in Dart 3.0So in the last couple of articles in this series, we got a basic introduction to Records, which is a new built-in collection type coming in Dart 3.0, and how they make developers' life easy with their various applications like facilitating multiple r...Discuss路7 likes路2.0K readspattern-matching
Aniruddha DeshmukhforAniruddha Deshmukh's Bloganiruddha-deshmukh.hashnode.net路Feb 27, 2023Z Pattern Matching algorithm ExplainedThe Z algorithm is a powerful string-matching algorithm that is used to efficiently search for a pattern within a larger text string. This algorithm works by precomputing a table of values that represent the longest common prefix between the pattern ...Discusspattern-matching
Moksh MahajanforMoksh Mahajan's blogmokshmahajan.hashnode.net路Feb 18, 2023Simplifying Multiple Returns in Dart 3.0 with RecordsSometimes we run into a case when a function logically needs to return multiple values. Some examples are returning coordinates of a point, returning some statistical data, returning error information like the error code and the message, etc. The tra...Discuss路4 likes路1.2K readsDart
Agbeniga AgboolaforJavaScript Insightwpgroom.hashnode.net路Feb 13, 2023Mastering Regular Expressions in JavaScript: A Comprehensive GuideRegular expressions, also known as RegEx, are a powerful tool for pattern matching and string manipulation in programming. In JavaScript, regular expressions can be used to search for specific patterns within strings, replace or extract parts of a st...Discuss路1 like路44 readsJavaScript
Joshua StewardforConcurrent Flowsconcurrentflows.hashnode.net路Dec 1, 2022C# 11 List PatternsC# and Pattern Matching With each latest iteration of C#, we see more and more pattern matching. Frankly, I'm deeply excited to see this evolution. C# of course can still be considered an Object Oriented language but MS has taken the Multi-modal moni...Discuss路4 likes路93 readslist patterns
Jamie Wohletzforbinary daydreamsreflectiveresistance.hashnode.net路Nov 29, 2022Branching in HaskellOverview In Haskell, there are multiple ways to branch your code's control flow based on some condition. Let's cover those ways in depth. Pattern matching You will see pattern matching everywhere in Haskell code. All of the examples in this section ...Discuss路131 readsHaskell
Devang TomarforDevangdevangtomar.hashnode.net路Nov 11, 2022Your Ultimate Regular Expression (Regex) Cheat Sheet 馃憫馃槑A regular expression (regex) is a pattern in input text that the regex engine attempts to match. A pattern is made up of one or more character literals, operators, or structures. It excels in searching for and manipulating text strings, as well as te...Discuss路10 likes路160 readsRegexI really love this article...And very helpful 11
Anusha SPforanushasp07.hashnode.net路Sep 15, 2022Pattern Printing Logic with Example in JavaHey Reader, If you are into development and preparing for interviews and want to get good handson on loops, here is the solution. We will learn the logic to write any pattern questions and it's types. The contents of the blog include: Introduction o...Discuss路3 likes路55 readspatterns
Sourajita DewasiforSourajitaDewasiBlogssourajitad.hashnode.net路Aug 20, 2022Pattern Matching In SqlHello there. 馃憢 We all have faced situations where we remembered a part of the word or line but not entirely. This happens with analysts all the time and hence SQL has the perfect solution to this called Pattern Matching and today we are going to div...Discuss路7 likes路60 readsBlogsWithCC