课程介绍
在开发中会有大量的字符串处理工作,其中经常会涉及到字符串格式的校验。
思考
场景:如何判断一个字符串是手机号呢?
13811011234
1a3hi233rhi3
87156340
场景:在一个文件中,查找出itcast开头的语句
测试文件
itcast hello python
itcast c++
itheima ios
itheima php
场景:在一个文件中,找到含有itcast的语句
测试文件
hello itcast python
www.itcast.cn c++
itheima ios
itheima php