ADEOYE Adefemiopeolluwa.hashnode.dev·Jul 26, 2023Rustling up Robustness: Mastering Regex in RustIntroduction Pattern matching is a process of checking whether a sequence of characters exists in a given text. It is typically used in programs for input validation and text replacement, amongst other things. Pattern matching is achievable through t...10 likes·75 readsRust programming
Joseph Lampteywadeydev.hashnode.dev·Jul 26, 2023Understanding RegexIn this short article, I will take you through the key underlying concepts behind Regex, what it is, and how to get writing Regex in no time ;) What is Regex? So what in heaven's name is Regex? Regex or Regular Expression is used for string matching ...2 likes·45 readsRegex