This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
itms-services://?action=download-manifest&url=http://183.129.253.170:20080/ios/JTReader_paper.plist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. \{[\n]{2,} 或 [\n]{2,}} 大括号周围空行限制 正则检查 正则替换 替换成\{\n \n\} | |
2. [\n]{4,} 过多空白行 正则检查 正则替换 \n\n\n | |
3. 行尾空格检查 [\t]+$ | |
4. (=@|=[a-zA-Z0-9]|[a-zA-Z0-9]=) 等号旁边必须带空格 脚本检查 可跳过 | |
5. 左大括号难以用一个正则表达式来判断 \S+ *\{\n | |
6. 右大括号难以用一个正则表达式来判断 \S+ *\}\n |