Pattern | Rewrite | Example | Rewrite Type | Cmds |
---|---|---|---|---|
<thing1> keeps <thing2> away | When you have <thing1>, <thing2> will never come | $thing1 keeps $thing2 away => When you have $thing1, $thing2 will never come |
▾ |
|
very * | <1> | very $1 => $1 |
▾ |
|
an * | a * | an $1 => a $1 |
▾ |
|
I want that * | Check if * | I want that $1 => Check if $1 |
▾ |
|
thats * | that is * | thats $1 => that is $1 |
▾ |
|
I lost my * | I used to have a <1> | I lost my $1 => I used to have a $1 |
▾ |
|
Show examples for * | Show examples of * | Show examples for $1 => Show examples of $1 |
▾ |