
9 Feb
2009
9 Feb
'09
11:20 a.m.
Henri Ducrocq
import Text.Regex.Posix ((=~))
q ~? x = fmap (=~ x) q
and then your example is simply
className ~? "Google .*" --> doShift "1"