Search Articles — Sudonull

Search Results

In this project

Python for Literary Analysis: Alice Selezneva's Space Routes

https://sudonull.com/python-for-literary-analysis-alice-selezneva-s-space-routes

Learn how Python and regular expressions are used for analyzing the corpus of Kir Bulychev's texts about Alice Selezneva, identifying mentioned and visited planets. Detailed case for IT specialists.

Poetry Analysis in Python: Rhyme Search and Particle Frequency

https://sudonull.com/poetry-analysis-in-python-rhyme-search-and-particle-frequency

Breaking Down Poem Analysis Algorithms in Python: Regular Expressions for Particles, Rhyme Search Heuristics, and Metrics Interpretation. Read the Technical Breakdown.

RegExp.escape() escapes letters and spaces: why

https://sudonull.com/regexp-escape-escapes-letters-and-spaces-why

Breakdown of RegExp.escape(): escaping digits, letters, spaces for RegExp concatenation. Code examples, comparison with custom functions. For middle/senior JS developers.

Notation for SQL conditions in JSON strings

https://sudonull.com/notation-for-sql-conditions-in-json-strings

Compact string notation for generating SQL expressions from JSON. Support for sets, intervals, MIN/MAX. Regular validation and examples for developers. Study and implement in preprocessor.

From other projects

Dairy products and uterine fibroids: new data 2026

https://ymaho.com/dairy-products-and-uterine-fibroids-new-data-2026

The SELF study proved: regular consumption of dairy products slows fibroid growth by 19–26%. Learn how to adjust your diet to protect your health. Read details.

Scalp-wellness: why scalp care is the trend of 2026

https://ymaho.com/scalp-wellness-why-scalp-care-is-the-trend-of-2026

Scalp-wellness is replacing regular care: LED devices, peptides, and massage. Learn how the FOREO FAQ 301 and scalp rituals are changing the market. Read the trend analysis!

Art Slows Aging: 4% Effect According to DunedinPACE

https://ymaho.com/art-slows-aging-4-effect-according-to-dunedinpace

Epigenetic study by UCL proved: regular engagement with art slows biological aging by 4%, just like sports. Find out which practices work.

Intermittent Fasting: Why IF Is No Longer a Trend in 2026

https://ymaho.com/intermittent-fasting-why-if-is-no-longer-a-trend-in-2026

Cochrane Review and Science Translational Medicine have proven: intermittent fasting is not more effective than regular diets. Find out why clean eating and GLP-1 are displacing IF.

Jarell Quansah on Liverpool Exit & England World Cup Hopes

https://lrivo.com/jarell-quansah-on-liverpool-exit-england-world-cup-hopes

Jarell Quansah explains his £35m move to Bayer Leverkusen, his push for regular minutes, and his plan to earn an England World Cup spot. Read the full breakdown.

Tether Wallet Simplifies Crypto for Everyone

https://ymaho.com/tether-wallet-simplifies-crypto-for-everyone

Tether launches a user-friendly wallet for USDT, Bitcoin & gold tokens. Learn how it works—and why it matters for regular people.

Core vs Isolated Pools: DeFi Safety Guide

https://ymaho.com/core-vs-isolated-pools-defi-safety-guide

Learn how crypto lending platforms use core and isolated pools to protect your assets. Simple explanation of risks and benefits for regular users.

From the web

regex101: build, test, and debug regex

https://regex101.com/

Online regex tester and debugger. Test, explain, benchmark, and generate code for PCRE2, JavaScript, Python, Go, Java, .NET, and Rust.

Dec 22, 2025 ·

https://www.geeksforgeeks.org/dsa/write-regular-expressions/

Dec 22, 2025 · A regular expression (regex) is a sequence of characters that defines a search pattern. It is mainly used for pattern matching in strings, such as finding, replacing, or validating text.

Jun 18, 2022 ·

https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference

Jun 18, 2022 · In this quick reference, learn to use regular expression patterns to match input text. A pattern has one or more character literals, operators, or constructs.

Quick-Start: Regex Cheat Sheet - rexegg.com

https://www.rexegg.com/regex-quickstart.php

The tables below are a reference to basic regex. While reading the rest of the site, when in doubt, you can always come back and look here. (It you want a bookmark, here's a direct link to the regex reference tables). I encourage you to print the tables so you have a cheat sheet on your desk for quick reference.

Jun 30, 2026 ·

https://www.regular-expressions.info/

Jun 30, 2026 · A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids.

SimpleRegex - Free Online Regex Tester & Pattern Generator

https://www.simpleregex.org/

Test and generate regular expressions in real-time. Free online regex tool for developers with syntax highlighting, pre-built examples, and instant match results.

Mar 17, 2026 ·

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet

Mar 17, 2026 · Regular expression syntax cheat sheet This page provides an overall cheat sheet of all the capabilities of RegExp syntax by aggregating the content of the articles in the RegExp guide. If you need more information on a specific topic, please follow the link on the corresponding heading to access the full article or head to the guide.

1 day ago ·

https://docs.python.org/3/howto/regex.html

1 day ago · Regular expression HOWTO &para; Author: A.M. Kuchling <amk @ amk. ca> Abstract This document is an introductory tutorial to using regular expressions in Python with the re module. It provides a gentler introduction than the corresponding section in the Library Reference. Introduction &para; Regular expressions (called REs, or regexes, or regex patterns) are essentially a tiny, highly specialized ...

Trending Now