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 слични објави

Пребарај: #grt

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

@proanalysistrader · Post #28212 · 16.11.2024 г., 13:04

#GRT/USDT analysis : #GRT has broken out of its trendline with strong momentum following a bounce back from the support zone. The price is expected to maintain its bullish momentum and test previous highs. The current level presents a favorable entry opportunity. TF : 1W Entry : $0.2023 Target : $0.3446 and $0.4902 SL : $0.1450

Hashtags

Pro Analysis

@proanalysistrader · Post #28050 · 22.10.2024 г., 08:38

#GRT/USDT analysis : #GRT is currently in a downtrend, making lower lows (LLs) and lower highs (LHs), and is trading below the 200 EMA. The price is facing rejection from both the 200 EMA and the resistance zone. It is expected to decline from this point and potentially test the previous swing low. TF : 1D Entry : $0.1682 Target : $0.1294 SL : $0.1940

Hashtags

American Crypto©

@americancryptotrading · Post #27540 · 20.02.2026 г., 11:29

🇺🇸#GRT/USDT is ready to bounce from the lowerborder of the fallingwedge pattern on the weekly chart💁‍♂️ Looking for a move up on a bounce✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27323 · 26.07.2025 г., 08:29

🇺🇸#GRT/USDT is rebounding from the supportzone on the weekly chart🔍 More upside is likely📈 American Crypto©

Hashtags

Crypto Profit Coach™

@cryptoprofitcoach · Post #8731 · 14.03.2023 г., 18:31

#GRT Bullish 🚀🚀 https://www.binance.com/en/trade/GRT_BTC Buying Zone 600-625 Sitting on bottom.. bull run awaited Sell 🤑 700-740 🤑 740-800 🤑 800-860 🚀 860-900 & above Bullish above 585 Always use OCO after rising of Coin

Hashtags

Crypto

@signal_bitcoins · Post #2518 · 26.01.2024 г., 11:14

💰#GRT has a falling wedge pattern on 8H Time frame, we expec it will pump alot in the case of breakout, waiting now..⌛️ ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

Crypto

@signal_bitcoins · Post #2437 · 20.01.2024 г., 14:33

💰#GRT bounced back from the Support zone on 12H Time frame, we are waiting for breakup and pullback to the broken trendline 💫 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

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