Groups | Blog | Home
all groups > sql server reporting services > may 2006 >

sql server reporting services : how to check a string is contained in another string?


Henry Chen
5/25/2006 1:06:02 PM
What is the function to check if a string is inside another string? Thanks!
For example: string to search for is "test"
string to be searched is "this is a test"
the return value should be true because "test" is in "this is a test".
Henry Chen
5/25/2006 1:57:02 PM
I find the function, it calls "InStr".

[quoted text, click to view]
AddThis Social Bookmark Button