For example<br>&nbsp; className =? &quot;Google Mail&quot;&nbsp; --&gt; doShift &quot;1&quot;<br>&nbsp; className =? &quot;Google Calendar&quot;&nbsp; --&gt; doShift &quot;1&quot;<br>would become<br>&nbsp; className &lt;some regexp matching operator&gt; &quot;Google .*&quot; doShift &quot;1&quot;<br>
<br>How to do this in Haskell? I couldn&#39;t find any examples of this in the config archive..<br><br>Henri<br><br>