SQL style "Like" function.

  • Thread starter Thread starter craigkenisston
  • Start date Start date
C

craigkenisston

Hi,

I'm looking to achieve the same functionality as the "like" function in
SQL (Server) in a program in C#.

Is there anything out of the box ready to use ?

Can this be achieved with regex ? If so, how ? Samples welcom.

Thanks,

Craig
 
(e-mail address removed) wrote in
Hi,

I'm looking to achieve the same functionality as the "like"
function in SQL (Server) in a program in C#.

Is there anything out of the box ready to use ?

Can this be achieved with regex ? If so, how ? Samples welcom.

Craig,

I posted this reply to you back in September:

http://groups-
beta.google.com/group/microsoft.public.dotnet.languages.csharp/browse
_frm/thread/e5ba04e02993594a/fa73bdd6fecadbd1?q=sql+like+regex+timmon
s&_done=%2Fgroups%3Fas_q%3Dsql+like+regex+timmons%26num%3D100%26scori
ng%3Dd%26hl%3Den%26ie%3DUTF-
8%26as_epq%3D%26as_oq%3D%26as_eq%3D%26as_ugroup%3D%26as_usubject%3D%2
6as_uauthors%3D%26lr%3D%26as_drrb%3Dq%26as_qdr%3D%26as_mind%3D1%26as_
minm%3D1%26as_miny%3D1981%26as_maxd%3D24%26as_maxm%3D2%26as_maxy%3D20
05%26safe%3Doff%26&_doneTitle=Back+to+Search&&d#fa73bdd6fecadbd1

or

http://tinyurl.com/4oz9c
 
Back
Top