#regular-expressions

[ follow ]
fromrubyflow.com
2 days ago
Ruby on Rails

re2 2.27.0: concurrent matching without the GVL

A new Ruby RE2 version releases the Global VM Lock during matches, enhancing speed in multi-threaded environments.
#google-search-console
Software development
fromInfoQ
2 months ago

ArkType Introduces ArkRegex with Type Safe Regular Expressions

ArkRegex provides TypeScript type inference for regular expressions, replacing RegExp with zero runtime overhead and offering typed positional and named capture groups.
Online marketing
fromBootstrap Creative
6 months ago

How to Find AEO Keywords with Google Search Console Regex - Bootstrap Creative

Optimize content to directly answer searcher questions using AEO; use regex in Google Search Console to find high-value question, comparison, local, list, and long-tail queries.
#python
JavaScript
from2ality
9 months 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
10 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
fromMedium
1 year ago

Solving Coding Challenge: Code Comment Remover-Part 1

#.*\s is an efficient regex pattern that captures everything after the '#' symbol, including optional spaces at the end of the line, ensuring clean code without comments.
Scala
[ Load more ]