FitNesse/Slim String Operators
Posted
by grootjans
on Stack Overflow
See other posts from Stack Overflow
or by grootjans
Published on 2010-04-30T07:50:13Z
Indexed on
2010/05/01
23:07 UTC
Read the original article
Hit count: 416
Is it possible to express this in a Query Table in FitNesse with SLIM for .net:
contains(data)
startswith(data)
endswith(data)
I know from a previous question it was possible for FitNesse/Fit with cell handler loader
. I'm looking for the equivalent in Slim.
© Stack Overflow or respective owner