TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #146 · 16 сеп.

Функция sub в regex может принимать функцию в качестве аргумента repl. 📄 Из документации: If repl is a function, it is called for every non-overlapping occurrence of pattern. The function takes a single match object argument, and returns the replacement string. То есть для каждого совпадения будет вызвана функция для вычисления замены вместо замены на одну и ту же строку для всех совпадений. Иными словами, для замены разных совпадений на разные строки не потребуется запускать re.sub() много раз для каждой строки замены. Достаточно определить функцию, которая вернёт строку для каждого из совпадений. Описание слишком запутанное🤔, давайте лучше рассмотрим на простом примере: Создаем карту замены. То есть какие строки на какие требуется менять. remap = { 'раз': '1', 'два': '2', 'три': '3', 'четыре': '4', 'пять': '5', } Пишем функцию поиска строки для замены. Единственным аргументом будет объект re.Match. Используя данные этого объекта мы вычисляем замену on-the-fly! def get_str(match: re.Match): word = match.group(1) return remap.get(word.lower()) or word Пример текста. text = '''Раз Два Три Четыре Пять Вместе будем мы считать Пять Четыре Три Два Раз Мы считать научим вас ''' Теперь запускаем re.sub и вместо строки замены (repl) подаём имя функции. (Данный паттерн ищет отдельные слова в тексте) >>> print(re.sub(r'(\w+)', get_str, text)) 1 2 3 4 5 Вместе будем мы считать 5 4 3 2 1 Мы считать научим вас Думаю, достаточно наглядно 🤓 #libs#regex

Hashtags

Резултати

Пронајдени 34 слични објави

Пребарај: #rsr

当前筛选 #rsr清除筛选
Pro Analysis

@proanalysistrader · Post #28518 · 05.03.2025 г., 09:32

#RSR/USDT analysis : The #RSR price is currently in a bearish trend and has established new lows. The price is expected to continue its downward movement and test lower levels. For short entry, consider waiting for the price to touch the resistance zone. TF : 2H Entry : $0.007040 Target : $0.005453 SL : $0.008022

Hashtags

Pro Analysis

@proanalysistrader · Post #28352 · 21.12.2024 г., 09:52

#RSR/USDT analysis : #RSR has retraced and tested a key support zone, facing immediate rejection that formed a bullish rejection candle. This suggests strong buying interest, the price is expected to rebound from this level and resume its bullish momentum, potentially testing previous highs. TF : 1D Entry : $0.01170 Target : $0.02570 SL : $0.00864

Hashtags

American Crypto©

@americancryptotrading · Post #27223 · 19.04.2025 г., 17:23

🇺🇸#RSR/USDT is bouncing off the broken descendingresistance line on the daily chart👨‍💻 Looks good to buy📈 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27192 · 21.03.2025 г., 17:07

🇺🇸#RSR/USDT is holding above the broken descendingresistance on the weekly chart🧐 More upside is coming📈 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27044 · 09.11.2024 г., 14:53

🇺🇸#RSR/USDT is testing the s/r zone right now on weekly timeframe👀 Bullish if breaks above the one🐃 American Crypto©

Hashtags

Crypto

@signal_bitcoins · Post #2711 · 08.02.2024 г., 15:05

#RSR pullback done to the broken falling wedge pattern on Weekly time frame,we are waiting for the next movement right now 👀 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

Crypto

@signal_bitcoins · Post #2223 · 08.01.2024 г., 12:51

#RSR broken down the Bearish channel on Daily time frame,we expect more correction after a pullback to the bottom of broken channel 📉 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

ПретходнаСтраница 1 од 3Следна