Trending

#RegularExpressions

Latest posts tagged with #RegularExpressions on Bluesky

Latest Top
Trending

Posts tagged #RegularExpressions

Post image

What are some of the ways we can customize regex in CSharp?

Read more here:
www.devleader.ca/2024/04/01/regex-options...

#CSharp #DotNet #Regex #RegularExpressions

0 0 0 0
Post image

Want to learn how to use regular expressions in CSharp?

Read more here:
www.devleader.ca/2024/04/02/regular-expre...

#CSharp #DotNet #Regex #RegularExpressions

0 0 0 0
Preview
Cutting Through JavaScript RegEx 🍕 Learn how to use regular expressions in JavaScript with practical examples of common patterns, methods, and syntax.

My latest blog post is out. If you'd like an approachable tutorial on Regular Expressions then I've got you covered. 🍕🚫🍍 /[^pineapple]/

www.devmansam.net/blog/cutting...

#regex #regularexpressions #javascript #softwareengineer #100Devs

13 5 2 1
Preview
SQL Server Regular Expression Performance and Guidelines SQL Server 2025 introduces regular expression (regex) functions to the TSQL language. You could do this in previous versions with user defined CLR

SQL Server Regular Expression Performance and Guidelines

buff.ly/GmfGTA0

#sqlserver #regex #database #performance #regularexpressions #sql2025

0 1 0 0

I feel so dirty when I edit #html using #regularExpressions.

I know it's wrong and it will probably fail at some point, but I need a quick and dirty fix. I even know what the right answer is, but it would take a few extra minutes.

0 0 0 0
Original post on mastodon.social

Raku: The match of a regex is automatically stored in $/, and this variable then also provides access to the text before ($/.prematch), to the text after ($/.postmatch), and to the match's position ($/.from and $/.to). Nice.

docs.raku.org/language/regexes […]

0 0 0 0
Learning Regular Expressions Proven Hard in PAC Model

Learning Regular Expressions Proven Hard in PAC Model

A new Oct 2025 study proves learning regular expressions is hard in the PAC model and with membership queries, even under a uniform Boolean hypercube distribution. getnews.me/learning-regular-express... #regularexpressions #paclearning

0 0 0 0
Post image

What are some of the ways we can customize regex in CSharp?

Read more here:
www.devleader.ca/2024/04/01/regex-options...

#CSharp #DotNet #Regex #RegularExpressions

1 0 0 0
Post image

Want to learn how to use regular expressions in CSharp?

Read more here:
www.devleader.ca/2024/04/02/regular-expre...

#CSharp #DotNet #Regex #RegularExpressions

1 1 1 0
Preview
Some thoughts on regular expressions What are regular expressions and why use them? Those who are interested in the digital humanities or corpus linguistics are very likely to come across regular expressions (or in short regex) – a sy…

#OTD 5 yrs ago: @mzorki.bsky.social shared some thoughts on #regularexpressions, starting from what they are, and how frequently we use them without even realizing it!

#digitallife #digitaltools #regex #tbt

digitalorientalist.com/2020/09/25/s...

5 2 1 0
Preview
Regex Is a 70-Year-Old Dinosaur—Here’s the Modern Alternative

Alternative to regex. String matching and parsing, find and parse files. #regularexpressions

0 0 0 0
Preview
Using Regular Expressions (Regex) in SQL Server 2025: A Complete Guide SQL Server 2025 has native Regex support. Learn what Regex is, how to use it, and see detailed examples in this complete guide.

Using Regular Expressions (Regex) in SQL Server 2025: A Complete Guide.

buff.ly/9aghJ03

#regex #sqlserver #database #sql #regularexpressions

1 0 0 0
Preview
The ultimate JavaScript regex guide Regular expressions can be daunting, but they don't have to be! Learn everything you need about how to use a JavaScript regex with this guide.

#RegularExpressions in #JavaScript — Powerful but often misunderstood, many will benefit from this roundup of the potential regexes offer to JS developers || #WebDev bit.ly/45VZ1cH

1 0 0 0
Preview
Regex: An intro What is Regex? Regex is a shortened term for Regular Expression. Regex patterns are used...

dev.to/odunayoo_/re... - A cool introduction to #RegularExpressions in #JavaScript. Nice walk-throughs github.com/OdunayoOkebu....

0 0 0 0
Post image

What are some of the ways we can customize regex in CSharp?

Read more here:
www.devleader.ca/2024/04/01/regex-options...

#CSharp #DotNet #Regex #RegularExpressions

0 0 0 0
Post image

Want to learn how to use regular expressions in CSharp?

Read more here:
www.devleader.ca/2024/04/02/regular-expre...

#CSharp #DotNet #Regex #RegularExpressions

0 0 0 1
Post image

GeneratedRegexAttribute is a more efficient method of creating regular expressions introduced in .NET 7. In this blog post, Scott shows us how to work with it:

https://bit.ly/3ToIMho

#SoftwareDevelopment #dotnet #RegularExpressions #regex

2 2 0 0
Video

In #regex mode, #memoQ Find & Replace can access hidden WYSIWYG format tags. A quick example to change bold text to italics:

Find: <(.+?)b
Replace: <$1i

The checkbox "Search within tags as well" must be marked.

#regXL8 #regularexpressions
#xl8 #translation #TranslationStudies
#l10n #localization

3 0 3 0
Preview
Regex recipes for translation (books reviewed) Comprehensive practical teaching and a solutions cookbook.

Regex isn't just for programmers; it's often essential in professional language service work. Here's a review of two books for that by Anthony Rudd. Highly recommended!

open.substack.com/pub/translat...

#regXL8 #regex #regularexpressions
#xl8 #translation #TranslationStudies
#l10n #localization

0 0 0 0
Post image

🚀New YouTube Playlist Alert! 🚀
Just dropped- 6 more remastered videos covering "SLR8: Classification of algorithms" for the AQA A Level (7516/7517).

📌 Check it out: shorturl.at/X63Fi

#ALevel #AQA #RegularExpressions #SLR7 #StudyTips #ComputerScience #CraignDave #CSEd #TeamCompSci

0 0 0 0
Preview
An interesting PCRE lookbehind assertion case. An interesting PCRE lookbehind assertion and case sensitivity use case.

There is the possibility to change the case-sensitivity for a part of a #PCRE regular expression. If this is something new for you, read a use-case article: kudashevs.com/posts/2025/0...

#programming #regex #RegularExpressions

0 0 0 0
Post image

What are some of the ways we can customize regex in CSharp?

Read more here:
www.devleader.ca/2024/04/01/regex-options...

#CSharp #DotNet #Regex #RegularExpressions

1 0 0 0
Post image

Want to learn how to use regular expressions in CSharp?

Read more here:
www.devleader.ca/2024/04/02/regular-expre...

#CSharp #DotNet #Regex #RegularExpressions

0 0 0 0

Isn't it strange how experience normalizes things? I cannot tell you how scared I used to be of #regularexpressions. Not of regular expressions themselves (as I didn't know what they were) but of the mere fact that something called REGULAR EXPRESSIONS (!) existed and I had no idea what it was 😱

0 0 0 0
Regular expression

Regular expression

i actually kind of like it
#regex #regularexpressions #bash

3 0 3 0
How on Earth does ^.?$|^(..+?)\1+$ produce primes?
How on Earth does ^.?$|^(..+?)\1+$ produce primes? YouTube video by Stand-up Maths

Ways of identifying prime numbers:
📝 Sieve of Eratosthenes
😎 Euclid's Algorithm
🤯 #RegularExpressions?!

youtu.be/5vbk0TwkokM?...

#Math #Programming #ComputerScience

2 0 0 0
Preview
Using the GeneratedRegexAttribute for your Regular Expressions Discover how .NET 7's GeneratedRegexAttribute optimizes the performance of your regular expressions.

GeneratedRegexAttribute is a more efficient method of creating regular expressions introduced in .NET 7. In this blog post, Scott shows us how to work with it:
bit.ly/3zgW48L

#SoftwareDevelopment #dotnet #RegularExpressions #regex

0 0 0 0
Post image

What are some of the ways we can customize regex in CSharp?

Read more here:
www.devleader.ca/2024/04/01/regex-options...

#CSharp #DotNet #Regex #RegularExpressions

0 0 0 0
Preview
Regex Options in C#: A Beginner’s Guide to Powerful Pattern Matching Regular expressions are powerful for pattern matching, but what are the regex options in C# that we have access to? What do they do and how can we use them?

What are some of the ways we can customize regex in CSharp?

Check out this article!

#CSharp #DotNet #Regex #RegularExpressions

0 0 0 0