Сегодня опять буду делать пиратский стрим регулярок. Точнее того куска, где буду я 🤔
#log #regularexpressions #stream #live
I could agree with you, but then we'd both be wrong. 🤣
https://fosstodon.org/@dHeinemann/110909998916418762
Just kidding, thanks for responding, everyone! I had no idea "reg-ex" was so common.
#regex #regularexpressions #programming
What's that? a new standard you say? :ruby:
That's right! StandardRb v1.31.0 is out, with the updated standard-performance as well as an up to date rubocop!
This comes with a number of new rules, including a surprising number (2) of rules around regular expressions that we've enabled. Please let the rubocop crew know how they go!
#ruby #programming #coding #regularexpressions
Developers: how do you personally pronounce "regex"?
* Rej-ex ("Rej" as in "register")?
* Reg-ex ("Reg" as in "regular")?
* Something different? - share in the comments!
#regex #regularexpressions #programming
@kittylyst @timbray So same year then for round-trip #Unicode #Java and #Perl support (e.g., in #RegularExpressions)
• https://docs.oracle.com/javase/7/docs/technotes/guides/intl/enhancements.7.html#regex
• https://perldoc.perl.org/perl5140delta#Full-functionality-for-use-feature-'unicode_strings'
Eh, better late than never
#unicode #java #perl #regularexpressions #regex
Unlike a lot of people, I understand regular expressions quite well.
Unlike a lot of people who understand regular expressions, I apologize for my monstrosities.
#regex #regularexpressions #python
Searching code can be a challenge! In this post, @docs_guy shows how to use grep for search.
Find out how this developer essential can boost productivity and help you use other languages and tools with #RegularExpressions 🚀
https://developer.mozilla.org/en-US/blog/searching-code-with-grep/
#MDNBlogUpdate
#mozdevnet
Original tweet: https://twitter.com/MozDevNet/status/1683844688015499264 25 Jul 2023 16:20 CEST
#mozdevnet #mdnblogupdate #regularexpressions
#Wildcard เป็นแอปที่น่าสนใจมาก ๆ ในการทดสอบ/เรียนรู้เกี่ยวกับ #RegularExpressions
Interesting project around making #RegularExpressions more readable: #Melody.
https://github.com/yoav-lavi/melody
I had a similar idea a while back, glad to see movement there!
https://tweets.dwac.dev/1342209985430765568/
Would love to see deeper integration in programming languages like:
```
let regex = melody!("...");
```
Any #RakuLang core hackers want to take up this challenge?
#RegularExpressions #RegExps #RegExes #RegEx https://ruby.social/@gd/110718818730295923
#rakulang #regularexpressions #regexps #regexes #regex
@praetor @barubary @thac0 Friedl’s book does a great job explaining how #RegularExpressions work, and why different #RegEx engines work the way they do
Congratulations @siegel and @bbedit for another great feature story on the #Mac #AppStore. "Where Respect Is Due," indeed!
https://apps.apple.com/us/story/id1435835881
Here are some earlier #BBEdit stories:
• Why it's the #TextEditor of choice for #coding, #writing, #DataScience, and more: https://apps.apple.com/us/story/id1433999132
• Tips for prose #writers: https://apps.apple.com/us/story/id1451975928
• Learn and experiment with #RegularExpressions for finding and modifying text in your actual work—safely! https://apps.apple.com/us/story/id1485320067
#RegEx #RegExes
#mac #appstore #bbedit #texteditor #coding #writing #datascience #writers #regularexpressions #regex #regexes
I've added a sort of "grep" like program for testing now, and updated the README - would appreciate any comments/feedback on it 😊
#regularexpressions #github #python #programming
Hey there, aspiring #WebDevelopers! 🚀✨ Discover the incredible world of #RegularExpressions with the latest update on MDN Blog. From validating user input to extracting data, Regular Expressions will take your projects to the next level. https://developer.mozilla.org/en-US/blog/regular-expressions-reference-updates/ #MDNBlogUpdate
Original tweet : https://twitter.com/MozDevNet/status/1664587689805467650
#mdnblogupdate #regularexpressions #webdevelopers
Hey there, aspiring #WebDevelopers! 🚀✨ Discover the incredible world of #RegularExpressions with the latest update on MDN Blog. From validating user input to extracting data, Regular Expressions will take your projects to the next level. https://developer.mozilla.org/en-US/blog/regular-expressions-reference-updates/ #MDNBlogUpdate
Original tweet : https://twitter.com/MozDevNet/status/1663500540884447232
#mdnblogupdate #regularexpressions #webdevelopers
I know that I have had my own personal struggles with regular expressions; but, would this book recommendation really help me??? 🤣 Who wrote this recommendation engine?
#regex #regularexpressions #bookrecommendations
Regular Expression be like https://xkcd.com/208/ #regularexpressions @xkcdComic #xp https://xkcd.com/208/
@ology split’s first argument *is* a #regexp https://perldoc.perl.org/functions/split#split-/PATTERN/
#regexp #perl #regularexpressions #regex
A useful little site for testing the equivalence of two regular expressions:
#regularexpressions #regexp #programming #dev