#regexp 搜索结果
                                            
                                            
                                            
                                            Oooh, a (JavaScript) Regular expression visualizer! jex.im/regulex/#!flag… I really love it 😆 Thanks @Gaelleacas for the discovery ❤️ #RegExp
                                            Sorry @google I can't buy this. I literally can't process this form. What else do you want to convince me? Mix tabs with spaces, switch to subversion, use #regexp to process XML? I literally feel betrayed by being cut out from the ability to join the wait list. #dev
                                            Supporting presentation of @EU_Commission @EU_Health for the #MDCG #Standards subgroup meeting on 12 June 2023. To be published in #RegExp ec.europa.eu/transparency/e… with the minutes. #EU #HealthUnion #Health #Safety #MedicalDevices #MDR #InVitroDiagnosticMedicalDevices #IVDR
Can you turn this HTML element into a JS object with a regular expression? ChatGPT was down, so we did this LIVE on stream... Answer in thread 🧵👇 twitch.tv/codinggarden #regex #regexp #javascript #webdev #blackmagic #VSCode #whygodwhy
                                            If I'm gonna have 2 problems after writing regexp then at least I try to be kind towards next person reading this :). Could be me anyway. #javascript #regexp
                                            *Day 2:* 100 Days of Consistency Challenge Task: "EMAIL ADDRESS EXTRACTION Description: Create a RegExp pattern to extract addresses from a given text. #100DaysofConsistencyChallenge #AnambraTechies #RegExp #JavaScript #Frontend
                                            Dans cette dernière partie de la précédente vidéo sur les expressions régulières, nous verrons les notions avancées (groupe capturant, backreference, lookaround, etc.) via des exemples pratiques. #DevPropulsor @regex101 #regexp #regex Vidéo Complète : youtu.be/3Pk7dDhtbao
Dans cette série de vidéo je partage avec vous de A-Z le fonctionnement des expressions régulières et leur utilisation via des exemples pratiques (validation, recherche, extraction, etc.). @regex101 #DevPropulsor #regexp #regex #pcre Vidéo Complète : youtu.be/GfZXVE25aq0
酒の肴に解いてみました😇 #RegExp #Automata #GroupTheory
                                            
                                            
                                            【(1日遅れですが)七夕パズル】 図の左側にある A と B のパターンを並べてアミダくじを作るとき,織姫が彦星に会える並べ方の条件を答えよ。 (たとえば,図の右側に示したように ABABB と並べれば会える。一般的な条件は?)
                                                                            Some regexp-fu here! This will extract just the 'lookforme' string without single quotes. Useful to extract patterns between chars like quotes, brackets and so on #tip #regexp
                                            Day 19 of #100DaysOfCode Just started diving into Regular Expression methods. It's fascinating, but those little details like 'ig' can be quite the challenge to remember! 🤯 Hoping with practice, they'll become second nature. #RegExp #LearningJourney
                                            
                                            I still remember regular expressions from when I was writing in #Perl - one of the best tools! #regexp #regular_expression
                                            See our new infographic explaining how to use regular expressions in SQL! #sql #database #regexp #regex
                                            
                                            
                                            "Day 2 crushed! I've harnessed the power of RegExp to extract emails with precision and accuracy. My matching skills are sharpening. Onto the next challenge!" check out my code on GitHub: github.com/Talent-1/100-D… #100DaysofConsistencyChallenge #AnambraTechies #RegExp
                                            📌 SQLをもっと便利に! 「正規表現(REGEXP)でSQLがもっと楽になる!実践パターン集」公開しました✨ ✅ REGEXPの基本 ✅ 実践的な検索パターン ✅ 各DBMSの対応状況 ✅ MySQL準拠の正規表現一覧(CSV付き) 👉 詳細はこちら👇 🔗 write-remember.com/archives/8343/ #SQL #正規表現 #regexp
I was writing a coding test for an interview, can't believe I googled (which was allowed) and wrote regular expressions for the first time ever on the fly. That was crazy. Unfortunately, I managed to write only half of the test 😭. #regexp
.* in #regexp search-and-replace is generally wrong. You have an example here: en.wikipedia.org/wiki/Wikipedia…
Have you ever wanted to quickly find malformed email addresses in your database? #regexp can help WHERE Email NOT REGEXP '^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+.[A-Za-z]{2,}$' #mysql ⇩ goldcoastlogin.com.au/gold-coast/new…
I still remember regular expressions from when I was writing in #Perl - one of the best tools! #regexp #regular_expression
                                            Recursive Regular Expressions catonmat.net/blog/recursive… #regex #regexp #regularexpression #regularexpressions #recursion #programming
catonmat.net
Recursive Regular Expressions
The regular expressions we use in our daily lives are actually not that "regular." Most of the languages support some kind of extended regular expressions that are computationally more powerful than...
@windows Multi String Search - Search Multiple Texts and Words At Same Time. #regex #regexp #regularexpression #unicode #office #Windows #windows11 #windows10 #windows7 #portableapps apps.microsoft.com/store/detail/9…
@Windows Multi String Replacer - Replace or Swap Multiple Words and Texts At Same Time. #regex #regexp #regularexpression #unicode #office #Cryption #Encryption #Windows #windows11 #windows10 #Windows7 #portableapps apps.microsoft.com/store/detail/9…
A good document on using Regular Expressions in Node: honeybadger.io/blog/javascrip… #nodejs #regexp
Onigurumaの正規表現をJavaScriptの正規表現に変換するライブラリ "slevithan/oniguruma-to-es: Convert patterns from Oniguruma (the regex flavor used by Ruby, TextMate grammars, etc.) to native JavaScript RegExp" github.com/slevithan/onig… #JavaScript #library #RegExp
Can anybody explain this? 🤔 "hello, world.".scan(/\G(?:\w+|)/) => ["hello", "", "", "world", "", ""] #ruby #regexp
Cambiar atributos de imágenes en WordPress lineadecodigo.com/wordpress/camb… por @victor_cuervo #wordpress #php #regexp #images #class
                                            Today meeting of the #MDCG Subgroup on #Standards: the draft agenda and supporting documents are available in the #RegExp ec.europa.eu/transparency/e… More information on the @EU_Commission @EU_Health DG #SANTE page on #Standardisation for #MedicalDevices health.ec.europa.eu/medical-device…
                                            Search the DB using #Regexp in #Django.... there must be a better way 😆 Anybody know how? (BTW, this is working...)
                                            Some developers are mortally scared of RegExp RegExp looks weird and scary but if we learn it systematically, it becomes second nature. Here is one which splits text in proper case into different words #javascript #regexp
                                            Oooh, a (JavaScript) Regular expression visualizer! jex.im/regulex/#!flag… I really love it 😆 Thanks @Gaelleacas for the discovery ❤️ #RegExp
                                            #100DaysOfCode #Day3 Today I've finished the #RegExp and #Debugging part. Tomorrow I´ll start with #DataStructure in #freeCodeCamp. Keep #coding
                                            SecretFinder Tool for find sensitive data (apikeys, accesstoken,jwt,..) or search anything with #regexp on #javascript files. It also can extract links to JS-files from webpage (can be set up cookes, proxies and headers). github.com/m4ll0k/SecretF… Creator @m4ll0k #python
                                            
                                            
                                            
                                            
                                            Regex Cheker Search and highlight (in webpage): Emails Phone numbers Dates Prices Adresses Some strings corresponding to the #RegExp entered by the user chrome.google.com/webstore/detai… #googlechrome #osint
                                            In session at Wilkes Room 3&4 - Maciej Rzasa on “Writing Slow #RegExp is Easier Than You Think (and want it to be)” #spaconf18
                                            
                                            Did you know you can add numbers like this? ecma-international.org/ecma-262/#sec-… #JavaScript #RegExp #Nodejs #100DaysOfCode #CodeNewbie #DevTips #301DaysOfCode
                                            Round 3 done ✅ Day 13 of #100DaysOfCode #regex #regexp #javascript ✅ Round 4 #Debugging here we go! @freeCodeCamp @freecodecampES
                                            Hoy aprendí sobre algo de expresiones regulares. Se los comparto, porque puede servirles en algún momento ^^ #AprendeCompartiendo #Javasscript #RegExp #Pokemon
                                            Combination of regular expression /y flag and generator in #JavaScript is too 😌 convenient. #RegExp #100DaysOfCode #CodeNewbie #301DaysOfCode #DevTips
                                            Make your #regexp as expressive as you can, future you will thanks you later #programming . Here's a perfect example that works in #PHP with PCRE2 engine available since PHP7.3+ 😉. Improvements are welcomed.
                                            That moment when your regex works the first time 😎🐧😃#regex #regexp #programming #devops #perlre #regularexpression #programmer #code #coding #bofh #php #preg
                                            Something went wrong.
Something went wrong.
United States Trends
- 1. #WWERaw 27K posts
 - 2. Cowboys 37.8K posts
 - 3. Koa Peat 2,328 posts
 - 4. Logan Paul 5,233 posts
 - 5. Bland 7,114 posts
 - 6. Cardinals 18.2K posts
 - 7. Monday Night Football 11.8K posts
 - 8. Cuomo 129K posts
 - 9. Marvin Harrison Jr 3,024 posts
 - 10. Jerry 35.1K posts
 - 11. Jake Ferguson 1,298 posts
 - 12. Arizona 33K posts
 - 13. #RawOnNetflix 1,086 posts
 - 14. Jacoby Brissett 1,346 posts
 - 15. Turpin N/A
 - 16. #OlandriaxCFDAAwards 10.2K posts
 - 17. Ben Kindel N/A
 - 18. Josh Sweat 1,332 posts
 - 19. Caleb Wilson N/A
 - 20. Kyler Murray 1,425 posts