Master Python Regular Expressions

所在平台: Udemy

课程主页: https://www.udemy.com/course/csxfunda-master-regular-expressions-in-python-through-examples/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** Python 正则表达式大师 **课程概述:** 本课程旨在深入讲解 Python 中的正则表达式。正则表达式是用于定义文本匹配模式的字符串。通过本课程,您将学习正则表达式的所有核心概念,并通过大量由浅入深的示例和练习来掌握它们。每个案例研究都包含相应的练习,通过动手实践,您将能够为各种文本数据编写有效的正则表达式。 **课程结构:** 本课程分为三个部分: **第一部分:基础概念** 1. 正则表达式简介 2. RE 模块基础 3. RE 模块常用函数 4. 分组 (Groups) 5. 特殊字符 6. 匹配重复 (Matching Repetitions) 7. 贪婪匹配与非贪婪匹配 (Greedy and Non-Greedy Matching) 8. 字符类 (Character Classes) 9. 反向引用 (Back References) 10. 前瞻与后顾断言 (Look Ahead and Look Behind Assertions) **第二部分:案例研究与练习** 本部分将通过实际案例来巩固所学知识,并提供相应的练习,内容包括: * URL 匹配 * 日期匹配 * 数字匹配 * 邮件地址匹配 **第三部分:项目实践** * 构建一个简单的密码强度检查器 通过本课程的学习,您将能够熟练运用 Python 正则表达式,有效处理和分析文本数据。

课程评论(0条)

课程详情

Regular Expressions are strings that define text matching patterns. This course explains all the concepts of regular expressions in Python through simple and multiple examples so that it will be easy for you to understand. Each case study consists of exercises. By solving these exercises, you will be able to write regular expressions for different kinds of text data. This course consists of three parts.Part I 1.Introduction to regular expressions2.RE Module Basics3.RE Module Functions4. Groups5. Special Characters6. Matching Repititions7. Greedy and Non-Greedy Matching8. Character Classes9. Back References10. Look Ahead and Look Behind AssertionsPart II (Case Studies with Exercises) UrlsDatesNumbersEmailsPart III(Projects)1.Build a Simple Password Checker

课程标签

0人关注该课程

主题相关的课程