English
全部
搜索
图片
视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
2:03
YouTube
DataDaft
Python Regex: How To Split a String On Multiple Characters
↓ Code Available Below! ↓ This video shows how to split a string of text based on multiple characters at the same time using the regular expressions package in Python. Splitting strings into parts, often into different words, is a common text processing operation but the base Python split function only splits on a single separator, so if ...
已浏览 2.1万 次
2020年10月1日
Python Tutorial
4:26:52
Learn Python - Full Course for Beginners [Tutorial]
YouTube
freeCodeCamp.org
已浏览 4810.2万 次
2018年7月11日
8:38:56
Python Full Course for Beginners | Complete All-in-One Tutorial | 9 Hours
YouTube
Dave Gray
已浏览 99.3万 次
2023年7月25日
2:02:21
Python Full Course for Beginners [2025]
YouTube
Programming with Mosh
已浏览 452.5万 次
10 个月之前
热门视频
7:33
Python Regex for Beginners | match(), search(), findall(), split(), sub() Explained with Examples
YouTube
Programming Horizons
已浏览 306 次
2024年12月16日
1:42
Mastering re.split in Python: How to Split on Multiple Patterns with Variables
YouTube
vlogize
9 个月之前
3:54
Python standard library: Splitting strings with re.split
YouTube
Python and Pandas with
已浏览 2466 次
2019年9月19日
Python Projects
9:20:00
9 HOURS of Python Projects - From Beginner to Advanced
YouTube
Tech With Tim
已浏览 194.2万 次
2024年1月23日
53:00
Python Projects for Beginners – Master Problem-Solving! 🚀
YouTube
Programming with Mosh
已浏览 64.7万 次
2024年9月10日
2:51:09
Learn Python With 5 Projects - From Beginner to Advanced
YouTube
Tech With Tim
已浏览 14.8万 次
2024年9月24日
7:33
Python Regex for Beginners | match(), search(), findall(), split(),
…
已浏览 306 次
2024年12月16日
YouTube
Programming Horizons
1:42
Mastering re.split in Python: How to Split on Multiple Patterns with Vari
…
9 个月之前
YouTube
vlogize
3:54
在视频中查找 00:10
Using split() method
Python standard library: Splitting strings with re.split
已浏览 2466 次
2019年9月19日
YouTube
Python and Pandas with Reuven Lerner
How to Properly Split Strings in Python Using re.split() and Regex
8 个月之前
YouTube
vlogize
14:30
Python Regex Split - The Complete Guide
已浏览 6044 次
2020年10月21日
YouTube
Finxter AI Nuggets
14:19
#38 Python Tutorial For Beginners|| split(), rsplit(), splitlines() & limit s
…
已浏览 498 次
2024年10月29日
YouTube
Coding Hives
1:43
Understanding the Difference Between [] and () in Python's re.sp
…
2 个月之前
YouTube
vlogize
5:21
Python regex Hands-on | re.match | re.search | re.findall | re.sub | re.split
已浏览 2.6万 次
2021年1月14日
YouTube
Python Coding Club
1:49
在视频中查找 0:00
Introduction to String Split Method
The string "split" method in Python
已浏览 1727 次
2024年9月27日
YouTube
Python Morsels
1:42
How to Use Multiple Separators in Python's split() Method with Regex
3 个月之前
YouTube
vlogize
0:15
Hackerrank Python Solution #2 Regex and Parsing - Re.split()
已浏览 49 次
2024年10月22日
YouTube
Learning All About Coding
2:02
How to Use Regex to Split Number Strings in Python
3 个月之前
YouTube
vlogize
1:13:29
Regular Expression (RegEX) in Python - Complete Tutorial
已浏览 8万 次
2022年10月28日
YouTube
WsCube Tech
1:00
在视频中查找 00:14
Split Function Explanation
How To Use The Split Function In Python | Python For Beginners
已浏览 924 次
2023年3月25日
YouTube
TechnicallyRipped
1:36
Mastering the split() Method in Python: Multiple Character Splittin
…
已浏览 3 次
8 个月之前
YouTube
vlogize
5:07
在视频中查找 00:51
Example in Python
Python - The split() and join() methods - String Tutorial with Exa
…
已浏览 9106 次
2021年10月31日
YouTube
Appficial
3:12
在视频中查找 00:11
Splitting by Newline
RegEx in Python (Part-9) | Splitting
已浏览 7762 次
2019年2月27日
YouTube
Indian Pythonista
8:27
在视频中查找 0:00
Introduction to Split() Method
Input a List using split() Method in Python
已浏览 6.4万 次
2023年8月1日
YouTube
Neso Academy
10:01
在视频中查找 06:58
Split Function
regular expressions built in functions | findall, ,match, search,
…
已浏览 3.4万 次
2023年5月14日
YouTube
NS lectures
10:43
在视频中查找 00:58
Splitting into Three Parts
How to Organize Your Python Code: Splitting One File into Multiple for
…
已浏览 5571 次
2024年5月18日
YouTube
Embedotronics Technologies
3:03
How to Split a List by Value in Python While Keeping Separators
…
3 个月之前
YouTube
The Debug Zone
53:18
Python Tutorial: re Module - How to Write and Match Regular Expressi
…
已浏览 120.9万 次
2017年10月24日
YouTube
Corey Schafer
8:47
Learn Python in Arabic #101 - Regular Expressions Part 7 Re Mo
…
已浏览 4.1万 次
2020年5月25日
YouTube
Elzero Web School
在视频中查找 00:54
Understanding Split Method
How to Split Strings in Python With the split() Method
已浏览 19.2万 次
2019年6月27日
YouTube
Real Python
1:42
Mastering Python Regex: How to Split Text Using Line Breaks
2 个月之前
YouTube
vlogize
1:32
How to Split a String by Digits in Python Using Regex
2 个月之前
YouTube
vlogize
1:17
How to Remove Leading and Trailing Spaces After Using re.spli
…
6 个月之前
YouTube
vlogize
2:14
在视频中查找 01:35
Splitting by Python with Case Sensitivity
Split Strings with Regex in Python - A Quick re.split() Guide!
已浏览 238 次
2024年9月7日
YouTube
Python In a Minute
7:39
Python String Splitting: String Basics & Using the .split() Method
…
已浏览 528 次
3 个月之前
YouTube
Real Python
观看更多视频
更多类似内容
反馈