#regular-expressions

[ follow ]
JavaScript
from2ality
1 month ago

Tips for making regular expressions easier to use in JavaScript

Utilizing flags, named capture groups, and whitespace effectively can improve the readability of regular expressions.
fromTheregister
2 months ago

UK-to-US English converter produced amazing mistakes

Suddenly we needed to localize thousands of online articles, lessons, and other documents into American English.
Writing
Python
fromPycoders
3 months ago

PyCoder's Weekly | Issue #679

Explore advanced features of Python's regex module, including powerful but rarely used techniques.
Learn the distinctions between shallow and deep copying of Python objects for effective object management.
Scala
fromMedium
3 months ago

Solving Coding Challenge: Code Comment Remover-Part 1

Building a code comment remover tool involves recognizing regex patterns to effectively identify and remove comments from code.
fromZDNET
4 months ago

5 ways I use regex in Linux (and why they're so essential)

If you shout "regular expressions" in a crowd of Linux users, everyone will tell you the right way to use them, and every answer will be different.
OMG science
fromMedium
5 months ago

Counting Files Using Spark and Scala with Regex Matching

Leveraging Apache Spark and regex can streamline the process of counting files based on naming patterns in large datasets.
[ Load more ]