目录前言一、基础匹配技术:字符串方法与切片1.1startswith()和endswith()方法1.2 切片操作1.3 大小写不敏感匹配二、中级技术:正则表达式边界匹配2.1 使用re.match()匹配开头2.2 使用re.search()匹配结尾2.3 复杂边
I have the following table: bar_id, bar_name, subscription_id_fk, sub_name eg: 1, Hard Rock, 2, Gold 2, TGIF, 1, Free