regex101: build, test, and debug regex
https://regex101.com/
#regex #regularexpression #coding
RE#: how we built the world's fastest regex engine in F#, https://iev.ee/blog/resharp-how-we-built-the-fastest-regex-in-fsharp/.
Excellent blog post!
Very interesting approach with new operations: intersection (&) and complement (~).
Implementation: https://github.com/ieviev/resharp-dotnet
Research paper: https://dl.acm.org/doi/abs/10.1145/3704837 (POP25)
Ah, good one!
#regularexpression #patternmatching #tool #perl #python #emacs #opensource
Ah, good one!
#regularexpression #patternmatching #tool #perl #python #emacs #opensource
𝗥𝗲𝗴𝗲𝘅 𝗟𝗲𝗮𝗿𝗻:
#Regex #RegularExpression #Regex #Learn
https://thewhale.cc/posts/regex-learn
Learn Regex step by step, from zero to advanced. Learning Regex is easier than you think. You can use this tool to easily learn, practice, test and share Regex.
My tip of the of the day.
To match a literal dot "." with a regular expression, write
"[.]"
instead of
"\\." or "\\\\." or even "\\\\\\\\.",
depending on context. 😀
#regex #regexp #regularexpression #programming #stringmatching
/.*international ?airport*./i/.*physical ?therapy*./iYou don't need to use weird spellings or algospeak for any topics on the Fediverse ("unalived", "seggs" etc). There is no automated moderation or algorithm on here, moderation happens entirely through human beings and posts are shown in chronological order. In fact it's better that you use the correct spellings for difficult topics so that people with genuine traumas related to them can filter them more easily. #FediTips
Regular Expression Derivatives in Python [pdf] [video]
#HackerNews #RegularExpression #Derivatives #Python #FOSDEM2018 #Programming #Tutorials
My PhD student was still feeling uncomfortable with #regex, so I searched and found these awesome regex games that can help you improve your regex-fu and help you have some fun during your daily commute:
https://www.the-regex-game.com/?level=integer
and this imho is more geared towards beginners: