Current status of my latest #sideproject😄 #Regex FTW!

nic_o_martin's tweet image. Current status of my latest #sideproject😄
#Regex FTW!

a? → maybe a* → as many as you want a+ → at least one a{3,6} → somewhere between picky and greedy 😅 Regex isn’t scary—just picky with patterns. #regex

FechinLi's tweet image. a? → maybe
a* → as many as you want
a+ → at least one
a{3,6} → somewhere between picky and greedy 😅 

Regex isn’t scary—just picky with patterns. #regex

Yo come see my dumb ass talk @AndroidMakersFR In SALLE MOEBIUS (main stage) at 16:20 TODAY (Thursday) if you wanna learn Regex & how to use it in Kotlin! #AMxDC25 #regex #kotlin

Ben_Kadel's tweet image. Yo come see my dumb ass talk @AndroidMakersFR
In SALLE MOEBIUS (main stage) at 16:20 TODAY (Thursday) if you wanna learn Regex & how to use it in Kotlin! #AMxDC25 #regex #kotlin

I am rather enjoying using the Swift Regex builders in a new server side swift AWS-Lambda project. #SwiftLang #Regex

hishnash's tweet image. I am rather enjoying using the Swift Regex builders in a new server side swift AWS-Lambda project. 

#SwiftLang #Regex

#Magento 2 Tips✍️ How to convert multi-line plain text to system configuration friendly dropdown? ℹ️ Use #Regex (see the screenshots)

rajkbnp's tweet image. #Magento 2 Tips✍️

How to convert multi-line plain text to system configuration friendly dropdown?
ℹ️ Use #Regex (see the screenshots)
rajkbnp's tweet image. #Magento 2 Tips✍️

How to convert multi-line plain text to system configuration friendly dropdown?
ℹ️ Use #Regex (see the screenshots)
rajkbnp's tweet image. #Magento 2 Tips✍️

How to convert multi-line plain text to system configuration friendly dropdown?
ℹ️ Use #Regex (see the screenshots)

👨‍💻 I built a #WebScraper that extracts Emails and Phone numbers from websites The program prompts the user to enter a webpage link it then visits the webpage and extracts all emails and phone numbers, stores them in a .txt file Repo: github.com/0z-cryptik/Web… #Python #Regex

eniiiiitan's tweet image. 👨‍💻 I built a #WebScraper that extracts Emails and Phone numbers from websites

The program prompts the user to enter a webpage link

it then visits the webpage and extracts all emails and phone numbers, stores them in a .txt file

Repo: github.com/0z-cryptik/Web…

#Python #Regex
eniiiiitan's tweet image. 👨‍💻 I built a #WebScraper that extracts Emails and Phone numbers from websites

The program prompts the user to enter a webpage link

it then visits the webpage and extracts all emails and phone numbers, stores them in a .txt file

Repo: github.com/0z-cryptik/Web…

#Python #Regex
eniiiiitan's tweet image. 👨‍💻 I built a #WebScraper that extracts Emails and Phone numbers from websites

The program prompts the user to enter a webpage link

it then visits the webpage and extracts all emails and phone numbers, stores them in a .txt file

Repo: github.com/0z-cryptik/Web…

#Python #Regex

🧠 RegEx patterns you can copy & paste into your Xojo projects right now. From find/replace to lookarounds & email validation, all with ready-to-run code snippets. Perfect for developers who want to ship faster! ⚡ blog.xojo.com/2025/09/18/reg… #Xojo #Regex #Programming

xojo's tweet image. 🧠 RegEx patterns you can copy & paste into your Xojo projects right now.

From find/replace to lookarounds & email validation, all with ready-to-run code snippets.

Perfect for developers who want to ship faster! ⚡

blog.xojo.com/2025/09/18/reg…

#Xojo #Regex #Programming…

Happy #MemeMonday to those who speak the ancient tongue 🧝🏻‍♂️ #regex

ThePracticalDev's tweet image. Happy #MemeMonday to those who speak the ancient tongue 🧝🏻‍♂️ #regex

Finally made a video to show how I build up regex bit by bit, testing as I go. The example here is parsing a CBS (Component Based Servicing) log but technique can be used for any log file. Resulting #Regex may look scary but please watch how it is built. 10 minutes, unscripted,…

guyrleech's tweet image. Finally made a video to show how I build up regex bit by bit, testing as I go.
The example here is parsing a CBS (Component Based Servicing) log but technique can be used for any log file.
Resulting #Regex may look scary but please watch how it is built.
10 minutes, unscripted,…

Want to get up to speed with regex? This hands-on, beginner-friendly tutorial from @appSecExp is the perfect crash course! In just 15 minutes, you'll master the core syntax and gain practical skills to implement #regex in your security workflows. Watch the full video and see how…

TCMSecurity's tweet image. Want to get up to speed with regex? This hands-on, beginner-friendly tutorial from @appSecExp is the perfect crash course! In just 15 minutes, you'll master the core syntax and gain practical skills to implement #regex in your security workflows.

Watch the full video and see how…

Fixed #regex type detection in #phpstan for the x-modifier when #-comments are contained in the pattern github.com/phpstan/phpsta…

markusstaab's tweet image. Fixed #regex type detection in #phpstan for the x-modifier when #-comments are contained in the pattern

github.com/phpstan/phpsta…

Want to parse a CBS (Component Based Servicing)? It's "easy" with #regex 😊 Can then filter in PowerShell, Out-Gridview (not pwsh 7.5.* ☹️), Excel , etc I couldn't use .NET ReadLines() as file is locked & I prefer \d\d\d\d over \d{4} as I think looks less scary to you humans

guyrleech's tweet image. Want to parse a CBS (Component Based Servicing)?
It's "easy" with #regex 😊
Can then filter in PowerShell, Out-Gridview (not pwsh 7.5.* ☹️), Excel , etc

I couldn't use .NET ReadLines() as file is locked & I prefer \d\d\d\d over \d{4} as I think looks less scary to you humans

Allez qui a besoin de Tonton Olivier (@ponceto91) pour les #regex, venez voter, mais surtout allez voir sa vidéo. Lien en commentaire 👇

happytodev's tweet image. Allez qui a besoin de Tonton Olivier (@ponceto91) pour les #regex, venez voter, mais surtout allez voir sa vidéo.

Lien en commentaire 👇

Here's a little look at failing in public and being responsible: Read more here: devleader.ca/2024/04/12/csh… #CSharp #DotNet #Regex #Performance

DevLeaderCa's tweet image. Here's a little look at failing in public and being responsible:

Read more here:
devleader.ca/2024/04/12/csh…

#CSharp #DotNet #Regex #Performance

Struggling with messy data in Excel? With Excel 365 regex functions, cleaning, extracting and reformatting text is way easier. 🔧 #ExcelTips #Regex #Excel in #Microsoft365 office-watch.com/2025/excel-365…


Most link cleaners are too simple. Trackless Links Pro has a full Redirect Engine with Regex support. Capture groups? Check. Complex patterns? You got it. Build your perfect routing rules. Discounted all week! apps.apple.com/app/id67546131… #Regex #DevTools #PowerUser #Safari

xlth's tweet image. Most link cleaners are too simple.

Trackless Links Pro has a full Redirect Engine with Regex support. Capture groups? Check. Complex patterns? You got it.

Build your perfect routing rules. Discounted all week!

apps.apple.com/app/id67546131…

#Regex #DevTools #PowerUser #Safari

Speed up data cleaning and validation with #regex in #BigQuery. We break down 5 core patterns that cover most analytics and automation use cases. Keep reading: 🔗 calibrate-analytics.com/insights/2024/… #DataAnalytics #DigitalMarketing #AIinAnalytics #DataAutomation #BigQueryTips

CalibrateAnaly1's tweet image. Speed up data cleaning and validation with #regex in #BigQuery. We break down 5 core patterns that cover most analytics and automation use cases.

Keep reading:
🔗 calibrate-analytics.com/insights/2024/…

#DataAnalytics #DigitalMarketing #AIinAnalytics #DataAutomation #BigQueryTips

🆕 「正規表現テスター」を作成しました! ✔ JS正規表現を即テスト ✔ マッチを自動ハイライト ✔ サンプル多数 ✔ 文法辞典付き ✔ 完全ローカルで安全 正規表現の確認・学習・デバッグに便利です!👇 tools.modigs.jp/regex-checker/ #正規表現 #Regex #JavaScript #駆け出しエンジニアと繋がりたい


seuzoさんの『InDesign者のための正規表現入門』は、今は無償配付になっているので、有りがたく手元に置いておいて活用しましょう。 #Regex #正規表現 #InDesign #DTP x.com/seuzo/status/1…

هذه التغريدة لم تعد متوفرة.

🧠 #Regex doesn’t have to be scary. At #PSConfEU 2025, @jamesoneill broke it down with: ✔ Match, replace, split ✔ Greedy vs lazy ✔ Real-world regex tips in #PowerShell & VS Code 🎟️ Early bird 2026 → psconf.eu #TextParsing #VSCode youtu.be/EcJgNf8ECN4?si…

PSConfEU's tweet card. Regular expressions: feel the fear and do it anyway - James O'Neill -...

youtube.com

YouTube

Regular expressions: feel the fear and do it anyway - James O'Neill -...


Not art this time, but I made a daily regex challenge since my coworkers have been wanting to learn/practice regex: regexchallenge.com #webdev #regex #sideproject


I found the concept of RegEx special sequences particularly interesting. Each new day refreshes my Python skills and reinforces my previous knowledge. #Python #RegEx #DataAnalysis #CodingJourney #PythonLearning #100DaysOfCode #TechJourney #DataScienceBeginners


🧠 RegEx patterns you can copy & paste into your Xojo projects right now. From find/replace to lookarounds & email validation, all with ready-to-run code snippets. Perfect for developers who want to ship faster! ⚡ blog.xojo.com/2025/09/18/reg… #Xojo #Regex #Programming

xojo's tweet image. 🧠 RegEx patterns you can copy & paste into your Xojo projects right now.

From find/replace to lookarounds & email validation, all with ready-to-run code snippets.

Perfect for developers who want to ship faster! ⚡

blog.xojo.com/2025/09/18/reg…

#Xojo #Regex #Programming…

#Grep + #Regex = unmatched power in the command line. If you work with #logs, #servers, or automation — learn this combo. It changes everything. #linux #devops #BlueVPS #cloudtech #programmerlife #developercommunity #itcommunity


Anyone else love #regex? I wanna see your patterns!


いや、こっちだな。ハッシュタグも使おう。 #RegEx #正規表現 PHP: PCRE 正規表現構文 - Manual php.net/manual/ja/refe…


Excel now has a built-in REGEX function! 🎉 If you want to learn regex the fun way, my app RegEx – Learning is a perfect place to start. Practice, play, and master regex right from your phone! 💡 #Excel #Regex #BuildInPublic


Speed up data cleaning and validation with #regex in #BigQuery. We break down 5 core patterns that cover most analytics and automation use cases. Keep reading: 🔗 calibrate-analytics.com/insights/2024/… #DataAnalytics #DigitalMarketing #AIinAnalytics #DataAutomation #BigQueryTips

CalibrateAnaly1's tweet image. Speed up data cleaning and validation with #regex in #BigQuery. We break down 5 core patterns that cover most analytics and automation use cases.

Keep reading:
🔗 calibrate-analytics.com/insights/2024/…

#DataAnalytics #DigitalMarketing #AIinAnalytics #DataAutomation #BigQueryTips

Most link cleaners are too simple. Trackless Links Pro has a full Redirect Engine with Regex support. Capture groups? Check. Complex patterns? You got it. Build your perfect routing rules. Discounted all week! apps.apple.com/app/id67546131… #Regex #DevTools #PowerUser #Safari

xlth's tweet image. Most link cleaners are too simple.

Trackless Links Pro has a full Redirect Engine with Regex support. Capture groups? Check. Complex patterns? You got it.

Build your perfect routing rules. Discounted all week!

apps.apple.com/app/id67546131…

#Regex #DevTools #PowerUser #Safari

Loading...

Something went wrong.


Something went wrong.


United States Trends