#regex

[ follow ]
fromNedbatchelder
1 week ago
Python

Regex affordances

Python's regex offers powerful features enabling clear text manipulation, like verbose syntax and named groups for better readability and maintainability.
fromHackernoon
2 years ago
JavaScript

Refactoring 025 - Decompose Regular Expressions | HackerNoon

Breaking down complex regex improves error reporting and maintainability.
Individual testing of regex components leads to clearer error messages.
#javascript
fromGitHub
5 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

Oniguruma-To-ES enables the use of Oniguruma regex features in JavaScript, enhancing cross-environment compatibility and performance.
fromwww.sitepoint.com
1 month ago
JavaScript

Count actual replacements

Implement a guard clause to avoid false match counts in text replacements.
Comparing input and output text is vital after regex replacements.
fromGitHub
5 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

Oniguruma-To-ES enables the use of Oniguruma regex features in JavaScript, enhancing cross-environment compatibility and performance.
fromwww.sitepoint.com
1 month ago
JavaScript

Count actual replacements

Implement a guard clause to avoid false match counts in text replacements.
Comparing input and output text is vital after regex replacements.
more#javascript
#programming
fromHackernoon
4 months ago
JavaScript

Regex 101: Practical Tips for Mastering Regular Expressions | HackerNoon

Regex enables efficient data handling by allowing users to extract and manipulate text patterns with precision.
fromHackernoon
1 year ago
JavaScript

Regex Cheat Sheet - A Regular Expressions Guide | HackerNoon

Regex is a powerful tool for defining intricate patterns in text processing.
fromHackernoon
4 months ago
JavaScript

Regex 101: Practical Tips for Mastering Regular Expressions | HackerNoon

Regex enables efficient data handling by allowing users to extract and manipulate text patterns with precision.
fromHackernoon
1 year ago
JavaScript

Regex Cheat Sheet - A Regular Expressions Guide | HackerNoon

Regex is a powerful tool for defining intricate patterns in text processing.
more#programming
[ Load more ]