Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Regex is such a huge part of my day-to-day. How often do you see it in your work?
I remember reading a python book, and the chapter had a quirky quote that said something like: If you ever run into a problem and decide to use regex to solve that problem. Now you have two problems.
Good phasing, clear examples, maybe add some text when not to use regexp. 👍
Thanks for the tip!
if i have text like " 15rg,53 pack " or 15rg, pack 53" i need 53 value only how its through regex
Are those patterns always the same? If they are you can do a match check against those two patterns
Regex is such a huge part of my day-to-day. How often do you see it in your work?
I remember reading a python book, and the chapter had a quirky quote that said something like: If you ever run into a problem and decide to use regex to solve that problem. Now you have two problems.
Good phasing, clear examples, maybe add some text when not to use regexp.
👍
Thanks for the tip!
if i have text like " 15rg,53 pack " or 15rg, pack 53" i need 53 value only how its through regex
Are those patterns always the same? If they are you can do a match check against those two patterns