sublime_text - JasonWayne/personal-wiki GitHub Wiki

常用场景

提取某个字符串并替换

For example, we need to get all values corresponding to key, then we can follow these steps:

  1. Find all "key":"(\w+)"
  2. Copy to temparary doc
  3. Replace all "key":"(\w+)" with $1