Trending

#RegExp

Latest posts tagged with #RegExp on Bluesky

Latest Top
Trending

Posts tagged #RegExp

Preview
Avoir une explication d'une regex dans Visual Studio Code avec Rege... Quoi de mieux que d'avoir dans son éditeur de code une explication d'une expression régulière (regex) en temps réel ? C'est ce que fait l'extension Regexp Explain dans Visual Studio Code. - ShevAre...

A relire : Avoir une explication d'une regex dans Visual Studio Code avec Regexp Explain

blog.shevarezo.fr/post/2021/10/14/explicat...

#regex #vscode #microsoft #webdev #devweb #regexp

0 0 0 0

w lusterku powinno być tak:
202[0-5]

#regexp #rulez

takie tam branżowe

1 0 1 0

[lł]askę

#RegExp #rulez

0 0 0 0
Post image

Just shipped type-safe regex in @wollybeard/kit using Arkregex ⚡ github.com/jasonkuhrt/k.... Arkregex comes from the great David Blass who is also working on @arktype.io. What a great quality of life improvement, thanks David! #types #regexp #typescript

5 0 1 0
Post image

A tam zaraz alfabetycznie. #RegExp #rulez ;)

To jest wyrażenie regularne obejmujące imiona polskie 3-6 literowe. Z pewnymi uproszczeniami.

Nie dziękuj :)

3 0 1 0

One thing I really like about LLMs (AI)? Never having to write a regular expression again! #AI #LLM #regexp

0 0 0 0
Preview
Pythonの正規表現で特殊記号をすべて闇に葬り去りたいとき - Qiita 記号がいらない / * # % など、スクレイピング・自然言語処理においては記号はいらない場合があります。 Pythonのreモジュールで一括削除をします。 import re code_regex = re.compile('[!"#$%&\'\\\\\\\\()*+,-./:...

Pythonの正規表現で特殊記号をすべて闇に葬り去りたいとき #regexp - Qiita
https://qiita.com/ganyariya/items/42fc0ed3dcebecb6b117

0 0 0 0

2つの正規表現が同等なものかをチェックするツール "RegExp Equivalence Checker" https://gruhn.github.io/regex-utils/equiv-checker.html #RegExp #Tools

0 0 0 0
I'm mostly documenting this for myself. I've been trying to switch away from eloquence for ages, with little success. One possibility is Espeak-ng, at least with NVDA on Windows, and on Android. Unfortunately, Espeak on IOS has a bunch of serious bugs, and hasn't been updated in forever. One problem with Espeak, though, is that I loathe the way it reads years. It doesn't do any date processing, and nor should it; I don't want to use a January second cup of flour. But I also don't want 1987 read out as "nineteen hundred eighty seven". In order to fix this, add a dictionary entry in NVDA as follows: pattern: \b([1-9][0-9])([1-9]{2})\b replacement: \1 \2 case sensitive: checked type: regular expression This will match on any four digit number that doesn't start with a zero, and where digits three and four are not zeros, and add a space between digits two and three. So "19 87" but not "20 01" or "19 00". In other news, the pattern I wrote for this years ago was apparently back when I didn't know about \b being the word boundary. It did horrible things like ending with (?:(?!\d)+) to make sure it only modified four digit numbers. I found it while doing something else with NVDA dictionaries, and cleaned it up in horror.

If the title of this one doesn't interest you, the contents sure won't! Correcting Years With #NVDA and #Espeak: stuff.interfree.ca/2025/08/28/correct-years-with-nvda-and-espeak.html #regexp #blind #screenreader #a11y #accessibility

0 0 0 0
Preview
Avoir une explication d'une regex dans Visual Studio Code avec Regexp Explain - Dév. Web - ShevArezo`Blog Quoi de mieux que d'avoir dans son éditeur de code une explication d'une expression régulière (regex) en temps réel ? C'est ce que fait l'extension Regexp Explain dans Visual Studio Code. - ShevArezo`...

A relire : Avoir une explication d'une regex dans Visual Studio Code avec Regexp Explain

blog.shevarezo.fr/post/2021/10/14/explicat...

#regex #vscode #microsoft #webdev #devweb #regexp

0 0 0 0

I forgot that ECMAScript has *the worst* behaviour for capture groups in repeating alternatives 😑

0 0 0 0

.* in #regexp search-and-replace is generally wrong. You have an example here: en.wikipedia.org/wiki/Wikiped...

0 0 1 0

#Ubuntu - #backup #exceptions in paths on #regexp base or any other systematic mechanism for massive exceptions in backup? buff.ly/f0HSbcn

2 1 0 0
Preview
L'essentiel sur les expressions régulières en JavaScript Les différentes façons d'utiliser les expressions régulières en JavaScript.

✨ Nouveau post :

L'essentiel sur les expressions régulières en JavaScript

kalvn.net/blog/l-essen...

#JavaScript #RegExp #regex

0 0 0 0
Original post on cr8r.gg

#Mastodon #MastodonTools

В общем, раз у нас нет алгоритмической ленты, то ее стоит придумать. Ибо советы типа «ищите интересное в глобалке» работают хреново без статистики. Поэтому, просматривая бота @rur, который на моем сервере и «делает» глобалку, ставил лайки ~~всем подряд~~ всем […]

0 0 0 0
Javascript-koodia interaktiivisessa konsolissa:
rex = /(?:=|<|>)/g 
rex.test('1+2+3=6')

Suorituksen tuloksena false, konsolin ennustuksena true.

Javascript-koodia interaktiivisessa konsolissa: rex = /(?:=|<|>)/g rex.test('1+2+3=6') Suorituksen tuloksena false, konsolin ennustuksena true.

Sama testi Noden konsolissa.

Sama testi Noden konsolissa.

Sama testi Chromiumin js-konsolissa.

Sama testi Chromiumin js-konsolissa.

Mikäs helvetin bait and switch tämä on?
Firefoxin js-konsoli "ennustaa" etukäteen, että testin tulos on `true` (mikä on oikein), mutta kun sen suorittaa, tulos onkin `false`.

Node antaa tulokseksi `true`. Samoin Chromiumin konsoli.

Itse asiassa, kun […]

[Original post on mastodon.social]

0 0 1 0

For the past week, I locked my Asian Pop and Asian Drama Bluesky custom Feeds to only match Pacific Asian languages (CJK + ASEAN) to curb the noise coming from European languages.

The #GoLang #RegExp engine lacks #Unicode support, hence the noise.

1/n

0 0 1 0

Niech się #pajac pa[kł]uje sam.

#regexp #rulez

0 0 0 0
Original post on cr8r.gg

#kb #regexp

В #Notepad++ используется движок регулярных выражений **Boost** , который по умолчанию не учитывает регистр символов. Поэтому выражение `[A-ZА-ЯЁ]` в нем может ловить и строчные буквы.

Чтобы Notepad++ искал только заглавные буквы, нужно тыкнуть кыржик **С учетом регистра** (Match […]

0 0 0 0
Post image Post image

#TFW #regexp в 6 строчек, написанный #ChatGPT, парсит #Markdown _более лучше_ , чем тысячи строк #Redcarpet под капотом у #GlitchSoc 😔

1 0 0 0

> В #Joplin, похоже, нету плагина для #REGEXP'ов...

Хотя, в принципе, оно (и многое другое) компенсируется внешним редактором типа Notepad++, так что, наверно, проблема из разряда надуманных...

0 0 0 0

#пичалька
В #Joplin, похоже, нету плагина для #REGEXP'ов...

0 0 1 0

A relire : Avoir une explication d'une regex dans Visual Studio Code avec Regexp Explain

blog.shevarezo.fr/post/2021/10/14/explicat...

#regex #vscode #microsoft #webdev #devweb #regexp

0 0 0 0

bo tu o #regexp chodzi nie o Pabla :)

1 0 0 0

Wstajsz rano. W[y]puszczasz koty. Pijesz [ kawę | herbatę | klinika ] i tak sobie myślisz, że @pablomoralespl.bsky.social jest jak co rano niepoprawnym [ optymistą | pesymistą | bajarzem | ...].

#regexp #rulez

2 0 1 0

His wonderful engineering staff forgot to put a -w in their grep string. Rookie mistake. #Unix #linux #regexp

2 0 0 0
Post image

Sometimes Copilot Chat is amazing: #regexp #regex #ai

0 0 0 0
Preview
GitHub - r-lib/rematch2: Tidy output from regular expression matches Tidy output from regular expression matches. Contribute to r-lib/rematch2 development by creating an account on GitHub.

The {rematch2} #RStats 📦 is a “small wrapper on regular expression matching functions regexpr and gregexpr to return the results in tidy data frames.” By @gaborcsardi.org . On CRAN.
github.com/r-lib/rematc...
#RegExp #RegEx

3 1 0 0