<?xml version="1.0" encoding="UTF-8"?>
<wordlist>
 <name>Strings - Generic</name>
 <word>
  <type>RegExp</type>
  <case>Yes</case>
  <match><![CDATA[Example ([0-9]{1,2})-([0-9]{1,2})]]></match>
  <subst><![CDATA[Example \1 dash \2]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>Yes</case>
  <match><![CDATA[Table ([0-9]{1,2})-([0-9]{1,2})]]></match>
  <subst><![CDATA[Table \1 dash \2]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[([a-z]+)_([a-z]+)]]></match>
  <subst><![CDATA[\1 \2]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[([a-z]+)_([a-z]+)]]></match>
  <subst><![CDATA[\1 \2]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[([ \n\(])a([\):.])]]></match>
  <subst><![CDATA[\1ai\2]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[^a([\):.])]]></match>
  <subst><![CDATA[ai\1]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[([A-Za-z])\.([A-Za-z])]]></match>
  <subst><![CDATA[\1 \2]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\.([a-z])]]></match>
  <subst><![CDATA[dot \1]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[([A-Za-z'])([^A-Za-z'])]]></match>
  <subst><![CDATA[\1 \2]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[([^A-Za-z'])([A-Za-z'])]]></match>
  <subst><![CDATA[\1 \2]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>Yes</case>
  <match><![CDATA[^[#> /*]*]]></match>
  <subst><![CDATA[]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>Yes</case>
  <match><![CDATA[[ */]*$]]></match>
  <subst><![CDATA[]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[^[#> /*]+]]></match>
  <subst><![CDATA[]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\n[#> /*]+]]></match>
  <subst><![CDATA[\n]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>Yes</case>
  <match><![CDATA[([a-z])([A-Z])]]></match>
  <subst><![CDATA[\1 \2]]></subst>
 </word>
</wordlist>
