disability.xml.svn-base

来自「XML Copy Editor is free software release」· SVN-BASE 代码 · 共 14 行

SVN-BASE
14
字号
<?xml version="1.0" encoding="UTF-8"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ruleset.xsd">
  <title>Disability</title>
  <rule>
    <report>words to avoid</report>
    <regex>
      <find>\b(?:crippl(?:e[ds]?|ing)feeble[- ]?minded|handicapped|idiots?|luna(?:cy|tics?)|mad(?:|wo)m[ae]n)\b</find>
      <replace tentative="true">---</replace>
    </regex>
  </rule>
</ruleset>


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?