正则表达式01-正则表达式概述

正则表达式概述

思考

场景1:在一个文件中,查找出itcast开头的语句

测试文件

itcast hello python
itcast c++
itheima ios
itheima php

场景:在一个文件中,找到含有itcast的语句

测试文件

hello itcast python
www.itcast.cn c++
itheima ios
itheima php

猜你喜欢

转载自blog.csdn.net/zhanghao840/article/details/82468103