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

Резултати

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

Пребарај: #one

当前筛选 #one清除筛选
Coin Sonar

@CoinSonar · Post #243768 · 17.04.2026 г., 16:12

#ONE | Volume spike (USDT PAIR) 101 times the average volume 108.21K USDT traded in 5 min └Buying vol: 77.02K USDT 🟢 Boost score: 6/10 24h Vol: 306.62K USDT (Binance) Price: 0.00251 (-2.7% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28291 · 30.11.2024 г., 16:00

#ONE/USDT analysis : #ONE has broken out of the trendline following a bounce from the support zone, accompanied by a strong volume candle. The price is expected to continue its bullish momentum soon and test the previous highs. A potential gain of +1100% is anticipated from the current level. TF : 1M Entry : $0.03000 Target : $0.37897 SL : $0.02100

Hashtags

Pro Analysis

@proanalysistrader · Post #27862 · 21.08.2024 г., 14:22

#ONE/USDT analysis : #ONE is currently forming a structure of higher highs (HHs) and higher lows (HLs) above the 200 EMA. The price is anticipated to sustain its momentum and reach new highs. Wait for a pullback to enter long positions. TF : 1H Entry : $0.0113 Target : $0.0122 SL : $0.0108

Hashtags

Pro Analysis

@proanalysistrader · Post #27849 · 17.08.2024 г., 15:29

#ONE/USDT analysis : #ONE is currently consolidating sideways within the support and resistance zone. At the moment, the price is bouncing off the support zone and is expected to test the resistance zone. TF : 4H Entry : $0.0104 Target : $0.0110 SL : $0.0100

Hashtags

Pro Analysis

@proanalysistrader · Post #27708 · 26.06.2024 г., 06:31

#ONE/USDT analysis - #ONE is in a downtrend making lower lows (LLs) and lower highs (LHs). The price is currently facing resistance and is expected to be rejected from there, continuing its bearish momentum to test previous lows. TF : 4h Entry : $0.0150 Target : $0.0133 SL : $0.0162

Hashtags

American Crypto©

@americancryptotrading · Post #27441 · 17.11.2025 г., 09:10

🇺🇸#ONE/USDT is bouncing off the supportzone on the weekly timeframe🧐 Looks good for the midterm✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27337 · 09.08.2025 г., 09:08

🇺🇸#ONE/USDT is currently shaping the descendingtriangle pattern on the daily timeframe👀 Looking for a recovery🚀 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27066 · 28.11.2024 г., 17:43

🇺🇸#ONE/USDT is testing the s/r zone on 3D timeframe👨‍💻 Full send if we manage to break upwards🐃 American Crypto©

Hashtags

123•••67
ПретходнаСтраница 1 од 7Следна