#regular-expressions

[ follow ]
#python
fromPycoders
23 hours ago
Python

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.
fromPycoders
3 months ago
Python

PyCoder's Weekly | Issue #666

The Postman AI Agent Builder streamlines agent development by simplifying access to LLMs and APIs, enabling no-code solutions.
Nanodjango offers a simplified approach to Django projects, facilitating easier start for developers.
fromnedbatchelder.com
4 months ago
Python

Testing some tidbits

Exploring diverse methods in Python for validating strings of zeros and ones emphasizes practical, varied coding strategies.
fromPycoders
23 hours ago
Python

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.
fromPycoders
3 months ago
Python

PyCoder's Weekly | Issue #666

The Postman AI Agent Builder streamlines agent development by simplifying access to LLMs and APIs, enabling no-code solutions.
Nanodjango offers a simplified approach to Django projects, facilitating easier start for developers.
fromnedbatchelder.com
4 months ago
Python

Testing some tidbits

Exploring diverse methods in Python for validating strings of zeros and ones emphasizes practical, varied coding strategies.
more#python
#programming
fromMedium
2 weeks ago
Scala

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.
fromCodeProject
7 months ago
JavaScript

A tool for decomposing regular expressions

Mastering advanced regex techniques can optimize string manipulation and enhance programming capabilities.
Techniques like lazy quantifiers and lookarounds help with minimal matching and conditional checks.
Named capture groups improve the maintainability and readability of complex regex patterns.
fromZDNET
1 month ago
OMG science

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

Regular expressions are powerful tools for text processing and validation, despite their complexity.
fromMedium
2 weeks ago
Scala

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.
fromCodeProject
7 months ago
JavaScript

A tool for decomposing regular expressions

Mastering advanced regex techniques can optimize string manipulation and enhance programming capabilities.
Techniques like lazy quantifiers and lookarounds help with minimal matching and conditional checks.
Named capture groups improve the maintainability and readability of complex regex patterns.
fromZDNET
1 month ago
OMG science

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

Regular expressions are powerful tools for text processing and validation, despite their complexity.
more#programming
#data-processing
fromCodeProject
6 months ago
JavaScript

A tool for optimizing regular expressions

Regex optimization enhances efficiency and readability in pattern matching and text manipulation.
Utilizing structural components and ASTs offers automated solutions for optimizing regex patterns.
fromMedium
2 months ago
Scala

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.
fromCodeProject
6 months ago
JavaScript

A tool for optimizing regular expressions

Regex optimization enhances efficiency and readability in pattern matching and text manipulation.
Utilizing structural components and ASTs offers automated solutions for optimizing regex patterns.
fromMedium
2 months ago
Scala

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.
more#data-processing
#javascript
from2ality
3 months ago
JavaScript

ECMAScript proposal: RegExp escaping

RegExp.escape() provides a reliable way to safely create regular expressions that match specific text, managing special characters effectively.
from2ality
3 months ago
JavaScript

ECMAScript feature: regular expression pattern modifiers

Pattern modifiers allow for more granular control of regular expression flags, making them applicable to specific parts rather than the whole expression.
from2ality
3 months ago
JavaScript

ECMAScript proposal: RegExp escaping

RegExp.escape() provides a reliable way to safely create regular expressions that match specific text, managing special characters effectively.
from2ality
3 months ago
JavaScript

ECMAScript feature: regular expression pattern modifiers

Pattern modifiers allow for more granular control of regular expression flags, making them applicable to specific parts rather than the whole expression.
more#javascript
fromRaymondcamden
6 months ago
JavaScript

Links For You (10/28/2024)

This article discusses managing anxiety while balancing multiple responsibilities and highlights tools like node-html-to-image that aid in web development.
fromCodeProject
8 months ago
JavaScript

C# INI File Parser

Using regular expressions for parsing INI files offers flexibility and customization compared to other methods.
fromPythonbytes
11 months ago
Python

RESTing on Postgres

PostgREST provides a cleaner, faster API from PostgreSQL database. Python Asyncio explained through generators, event loop, and more. Smart way to learn Python Regex with ebook and puzzle challenges.
[ Load more ]