#informatique Bot Logged User list

Network: Zeolia
Modes: +nrt
Last Seen: an hour ago
Topic: Canal d'aide informatique - Développement / Web / Windows - Pour les questions linux, rejoindre #linux
#3
Rank
11
Users

Channel Log Archive for #informatique

Prev
Next

* All times are UTC
Monday, March 27, 2023
[09:08:54] * CrazyCat joined #informatique
[09:08:54] * [Guru] set mode +o CrazyCat
[09:10:10] * Jarvis joined #informatique
[09:15:11] * Jarvis joined #informatique
[14:16:11] * Amand joined #informatique
[14:16:12] * [Guru] set mode +h Amand
[17:33:25] Amand hi
[21:28:14] Amand CrazyCat[AFK]: https://regex101.com/r/jzgSgE/1
[21:28:23] Amand j'ai envie de matcher une ligne qui comporte min 35 mots
[21:28:26] Amand j'ai du mal :s
[21:49:48] Amand j'ai pris la doc, et j'avais tester : ^\M{35,}
[21:49:54] Amand j'ai un pattern error sur regex101
[21:50:37] CrazyCat[AFK] Ah ben c'est sûr
[21:51:13] Amand du coup ça me rend dingue
[21:51:15] Amand lol
[21:51:38] CrazyCat[AFK] 3 minutes le temps que mon écran principal s'allume
[21:51:58] CrazyCat[AFK] (non c'est pas un cathodique mais il est capricieux)
[21:52:16] CrazyCat[AFK] (ou bien c'est mon KWM qui déconne)
[21:52:30] Amand lol
[21:54:57] CrazyCat[AFK] ^([^\s]+(\s|$)){35,}
[21:56:49] CrazyCat[AFK] "un ou plusieurs caractère non blanc" suivi de "un caractère blanc ou une fin de ligne" répété au moins 35 fois
[21:57:26] Amand t'es trop fort , merci
[21:57:49] CrazyCat[AFK] fallait prendre regex en LV2 :)
[22:01:16] Amand il devrait pas me match ça non?
[22:03:57] CrazyCat[AFK] Ben si
[22:04:16] CrazyCat[AFK] "," et "?" ne sont pas des caractères blancs
[22:05:03] CrazyCat[AFK] Tu peux utiliser ^([\w]+(\s|$)){35,} sinon
[22:05:18] CrazyCat[AFK] \w = a-zA-Z0-9_
[22:05:30] CrazyCat[AFK] (ou :alnum:)
[22:09:24] Amand du coup si je mets un é ça fonctionnera pas
[22:11:58] CrazyCat[AFK] Ajoute les caractères accentués: ^([\wéèêôïî]+(\s|$)){35,} (c'est pas complet) en rend case-insensitive
[22:15:34] CrazyCat[AFK] Sur ce, time to sleep, cya !
[22:15:38] Amand ok merci
[22:15:38] Amand moi aussi
[22:15:43] Amand bonne nuit , et merci encore
[22:15:46] CrazyCat[AFK] Bonne nuit alors
Prev
Next