Skip to content

Instantly share code, notes, and snippets.

@ProjectSky
Created April 24, 2017 11:18
Show Gist options
  • Save ProjectSky/8c81a94e6317aaf5eca0e1aaadefaeef to your computer and use it in GitHub Desktop.
Save ProjectSky/8c81a94e6317aaf5eca0e1aaadefaeef to your computer and use it in GitHub Desktop.
Regular_expressions_note
# 常用正则表达式记录
^(?!.*?str).*$ 查找不包含add的整行
.*str.* 查找包含str的整行
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment