Небольшой трик с регулярными выражениями который редко вижу в чужом коде.
Допустим, вам нужно распарсить простой текст и вытащить оттуда пары имя+телефон. Вернуть всё это надо в виде списка словарей. Возьмем очень простой пример текста.
>>> text = '''
>>> Alex:8999123456
>>> Mike:+799987654
>>> Oleg:+344456789
>>> '''
Соответственно, для выделения нужных элементов будем использовать группы. Получится такой паттерн:
(\w+):([\d+]+)
Как мы будем формировать словарь из найденных групп?
>>> import re
>>> results = []
>>> for match in re.finditer(r"(\w+):([\d+]+)", text):
>>> results.append({
>>> "name": match.group(1),
>>> "phone": match.group(2)
>>> })
>>> print(results)
[{'name': 'Alex', 'phone': '8999123456'}, ...]
Можно немного сократить запись используя zip
>>> results = []
>>> for match in re.finditer(r"(\w+):([\d+]+)", text):
>>> results.append(dict(zip(['name', 'phone'], match.groups())))
Но есть способ лучше! Это именованные группы в regex. Можно в паттерне указать имя группы и результат сразу забрать в виде словаря.
>>> for match in re.finditer(r"(?P<name>\w+):(?P<phone>[\d+]+)", text):
>>> results.append(match.groupdict())
То есть всё что я сделал, это добавил в начале группы (внутри сбокочек) такую запись:
(?P<group-name>...)
Теперь найденная группа имеет имя и можно обратиться к ней как к элементу списка
>>> name = match['name']
Либо забрать сразу весь словарь методом groupdict()
>>> match.groupdict()
#tricks#regex
🚀 NEW VIDEO: PRO THUNDER V12!
Master the market with the most precise binary indicator yet. No noise, just structure. 💎
👛Watch Now:https://www.youtube.com/watch?v=ZExrk5kDhuI
🌐Get V12:https://ss7trader.com/product/pro-thunder-v12/
#PocketOption#BinaryTrading#SS7Trader
📈Real Binary Options – Your Trusted Trading Partner
📈
🚀 Want to earn safe and consistent profits through Binary Options Trading?
Join us today ➡️ @realbinaryoptionss
✅ Accurate Signals
✅ Professional Strategies
✅ Daily Market Updates
✅ Guidance for Beginners & Experts
💡 Start your trading journey with confidence and grow your income with us
#BinaryTrading#ForexSignals#FinancialFreedom
📈Real Binary Options – Your Trusted Trading Partner
📈
🚀 Want to earn safe and consistent profits through Binary Options Trading?
Join us today ➡️ @realbinaryoptionss
✅ Accurate Signals
✅ Professional Strategies
✅ Daily Market Updates
✅ Guidance for Beginners & Experts
💡 Start your trading journey with confidence and grow your income with us
#BinaryTrading#ForexSignals#FinancialFreedom
Best Non-Repaint Indicator 120-150+ Signals Daily with 80%+ Accuracy Ai Based Neural Networks Powered System for Binary Trading Working on Every Binary Broker!
#nonrepaintindicator#highaccuracyindicator#binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader
Best Non-Repaint Indicator 120-150+ Signals Daily with 80%+ Accuracy Ai Based Neural Networks Powered System for Binary Trading Working on Every Binary Broker!
#nonrepaintindicator#highaccuracyindicator#binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader
🟢 Market Update
🟢
🖤 Due to today’s EUR 🇪🇺, CNY 🇨🇳 & CHF 🇨🇭bank holidays, the market is highly volatile and unpredictable. After testing conditions, we decided to avoidunnecessaryrisk.✅
🚫 No Live Stream Today
🚫 No Free Signals Today
✅ Quality Over Quantity 💎
Stay safe and profitable with SS7TRADERS 🚀
#BankHoliday#BankHolidayUpdates#ForexTrading#BinaryOptions#TradingSignals#RiskManagement#BinaryTrading
⚙100% NON-REPAINT. 0% GUESSING.⚙
👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy.
👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal.
📈Result: See the screenshots for the clinical precision.
Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑
👇 GET YOUR COPY NOW 👇
👉CLICK TO GET V12 NOW!
#binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader#MT5#Indicators#binaryindicator#бинарныеопционы#бинарныеопционы#nonrepaintindicator#highaccuracyindicator#binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader
Next-gen Neural Network Indicator for Binary Trading. Non-repaint signals with 80%+ accuracy. 120-150+ setups daily. Works across all platforms including Pocket Option & Quotex. High-performance trading starts here.
#binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader#MT5#Indicators#binaryindicator#бинарныеопционы#бинарныеопционы#nonrepaintindicator#highaccuracyindicator#binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader
🏆
🏆
🏆 Pro Thunder V12 Back-testing on EURUSD 23 April to 24 April | Real Time Results 13 Win - 3 Loss | 81% Win-rate
#binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader#MT5#Indicators#binaryindicator#бинарныеопционы#бинарныеопционы#nonrepaintindicator#highaccuracyindicator#binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#prothunderv12#backtesting#indicatorbacktesting#binaryindicatorbacktesting#indicatorbacktesting#ss7trader