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

Резултати

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

Пребарај: #allaboutbuses

当前筛选 #allaboutbuses清除筛选
SG MRT Updates

@sgmrt · Post #2230 · 22.01.2025 г., 03:44

Train services on the North-South, East-West, Circle & Thomson-East Coast Lines, and some bus services will be extended for commuters travelling late on the eve of Chinese New Year, 28 Jan (after midnight). See poster for more info.🧧#SMRT#AllAboutTrains#AllAboutBuseshttps://bit.ly/4g6JEzO - SMRT

SG MRT Updates

@sgmrt · Post #1947 · 31.05.2024 г., 02:09

Train services on the North-South, East-West, Circle & Thomson-East Coast Lines, and some bus services will be extended for commuters travelling late on the eve of Hari Raya Haji, 16 Jun 2024 (after midnight). Ref to the poster for more info. #SMRT#AllAboutTrains#AllAboutBuseshttps://bit.ly/4bWEkx9 - SMRT

SG MRT Updates

@sgmrt · Post #1902 · 04.04.2024 г., 02:29

Train services on North-South, East-West, Circle & Thomson-East Coast Lines, and some bus services will be extended for commuters travelling late on eve of Hari Raya Puasa, 9 Apr 2024 (after midnight). Ref to the poster for more info. #SMRT#AllAboutTrains#AllAboutBuseshttps://bit.ly/3vLtQRF - SMRT

SG MRT Updates

@sgmrt · Post #1864 · 11.12.2023 г., 09:05

Train services on the 🚆 North-South, East-West, Circle & Thomson-East Coast Lines, and some 🚍 bus services will be extended for commuters travelling late during the eve of Christmas and New Year. See the poster for more info. #SMRT#AllAboutTrains#AllAboutBuseshttps://bit.ly/3NjRnyE - SMRT

SG MRT Updates

@sgmrt · Post #1709 · 24.04.2023 г., 10:45

Train services on the 🚊 North-South, East-West, Circle & Thomson-East Coast Lines, and some 🚍 bus services will be extended for commuters travelling late on the eve of Labour Day, 30 April 2023. Refer to the poster for more info. 👀#SMRT#AllAboutTrains#AllAboutBuseshttps://bit.ly/41RQZwf - SMRT

SG MRT Updates

@sgmrt · Post #1583 · 05.01.2023 г., 05:16

Train services on the 🚆 North-South, East-West, Circle & Thomson-East Coast Lines, and some 🚍 bus services will be extended for commuters travelling late on the eve of Chinese New Year. 🧧 Refer to the poster for more info! 👀#SMRT#AllAboutTrains#AllAboutBuseshttps://bit.ly/3igIWI8 - SMRT

SG MRT Updates

@sgmrt · Post #1563 · 09.12.2022 г., 09:28

Train services on the 🚆 North-South, East-West, Circle & Thomson-East Coast Lines, and some 🚍 bus services will be extended for commuters travelling late during the eve of Christmas and New Year. Refer to the poster for more info!🥳#SMRT#AllAboutTrains#AllAboutBuseshttps://bit.ly/3uDtXe8 - SMRT