#regex 搜尋結果
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
👨💻 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
#Magento 2 Tips✍️ How to convert multi-line plain text to system configuration friendly dropdown? ℹ️ Use #Regex (see the screenshots)
I am rather enjoying using the Swift Regex builders in a new server side swift AWS-Lambda project. #SwiftLang #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…
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…
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
Fixed #regex type detection in #phpstan for the x-modifier when #-comments are contained in the pattern github.com/phpstan/phpsta…
Allez qui a besoin de Tonton Olivier (@ponceto91) pour les #regex, venez voter, mais surtout allez voir sa vidéo. Lien en commentaire 👇
Privacy-First Regex Tools! 🔒 100% client-side 🔄 Match + Extract + Visualize in one flow 🔬 Regulex-powered state diagrams Test patterns securely → regex.rapiddns.io #RegEx #DeveloperTools #WebDev #Coding #tech #rapiddns
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
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…
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
New article: Replace Text using #RegEx with #SQLServer2025 REGEXP_REPLACE mssqltips.com/sqlservertip/1…
🧠 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
いや、こっちだな。ハッシュタグも使おう。 #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
🤣🤣🤣 #chatgpt #openai #regex #programmers #python #programming #developer #morioh #programmer #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai #ml #machinelearning #datascience
👨💻 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
Introduction to Regular Expressions (Regex) Investing a small amount of time into becoming familiar with this simple language will save you many hours as a security engineer or hacker! hackers-arise.net/2023/01/02/int… @three_cube #hacking #regex
#DFIR Regular Expressions List of #regex for searching and extracting: - ip adresses - nicknames - passwords - phone numbers - emails - filenames - URLs and more. github.com/joshbrunty/DFI… Contributor @joshbrunty
PassDetective Tool that scans shell command history to detect mistakenly written passwords, API keys, and secrets (c). github.com/aydinnyunus/Pa… #go #CyberSecurity #regex Creator @aydinnyunuss
This simple instruction shows how to search for leaked credentials on website using Google Chrome's Developer Tool (and anything else using #regex). github.com/h4x0r-dz/Leake… Contributor @h4x0r_dz Tip by @RootMoksha
Hacker Fundamentals: Introduction to Regular Expressions (regex) #regex #pcre #cybersecurity #cyberwarrior hackers-arise.com/post/introduct…
I am rather enjoying using the Swift Regex builders in a new server side swift AWS-Lambda project. #SwiftLang #Regex
#RegEx crawler for #TDS system... 16 different RegEx in. #ChatGPT is of great help, but still feel I need to optimize a lot later on.... #EvilCrackz I am coming for you!
🧠 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…
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…
Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 68.1K posts
- 2. Cowboys 68.1K posts
- 3. LeBron 89.1K posts
- 4. Gibbs 17.9K posts
- 5. Pickens 12.3K posts
- 6. Brandon Aubrey 6,817 posts
- 7. #OnePride 9,614 posts
- 8. Ferguson 10.2K posts
- 9. #DALvsDET 5,990 posts
- 10. Goff 8,144 posts
- 11. CeeDee 9,851 posts
- 12. Eberflus 2,198 posts
- 13. Bland 8,231 posts
- 14. DJ Reed N/A
- 15. Shang Tsung 17.6K posts
- 16. Al Michaels N/A
- 17. Schotty 1,717 posts
- 18. Austin Reaves 13.6K posts
- 19. Turpin 2,145 posts
- 20. #LakeShow 4,553 posts