Changeset 1084 for trunk/plugins/en/complex_spoonerism.tcl
- Timestamp:
- 08/28/10 19:46:27 (21 months ago)
- File:
-
- 1 edited
-
trunk/plugins/en/complex_spoonerism.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_spoonerism.tcl
r1082 r1084 72 72 73 73 if [regexp -nocase {([a-z]+)less ([a-z]+)\M} $text matches one two] { 74 if [regexp -nocase "(un|use|b)"$one] {74 if [regexp -nocase {^(un|use|b|regard)$} $one] { 75 75 return 0 76 76 } 77 77 78 if [regexp -nocase "(one)"$two] {78 if [regexp -nocase {^(one|of|n)$} $two] { 79 79 return 0 80 80 }
Note: See TracChangeset
for help on using the changeset viewer.
