#regex

[ follow ]
fromMedium
3 weeks ago

Solving Coding Challeng: Code Comment Remover-Part 2

"Doc comments are critical in Go as they provide necessary documentation for exported names. Every exported (capitalized) name should have a corresponding doc comment for clarity and usability."
Scala
fromNedbatchelder
1 month ago

Regex affordances

The regex is written in verbose syntax to enhance readability, allowing whitespace and comments, which aids in understanding the structure of the pattern.
fromHackernoon
2 years ago

Refactoring 025 - Decompose Regular Expressions | HackerNoon

"To effectively validate complex structures like URLs, it’s essential to break down the regex into smaller, manageable components that can be tested individually for accuracy."
JavaScript
#javascript
fromGitHub
6 months ago
JavaScript

GitHub - slevithan/oniguruma-to-es: Convert patterns from Oniguruma (the regex flavor used in Ruby, TextMate grammars, etc.) to native JavaScript RegExp

fromGitHub
6 months ago
JavaScript

GitHub - slevithan/oniguruma-to-es: Convert patterns from Oniguruma (the regex flavor used in Ruby, TextMate grammars, etc.) to native JavaScript RegExp

[ Load more ]