B
Balaji
Hi,
Could u please let me know how I can do wildcard search in VB.
Examples:
Source string : "Microsoft Dotnet"
Wildcard string M*Dot*
Result should be Microsoft Dotnet
If
Wildcard string is M*Dot
Result should be "Match not found"
If
Wildcard string is M?c*Dot
Result should be Microsoft Dotnet
Your help will be greatly appreciated.
Thanks,
Balaji
Could u please let me know how I can do wildcard search in VB.
Examples:
Source string : "Microsoft Dotnet"
Wildcard string M*Dot*
Result should be Microsoft Dotnet
If
Wildcard string is M*Dot
Result should be "Match not found"
If
Wildcard string is M?c*Dot
Result should be Microsoft Dotnet
Your help will be greatly appreciated.
Thanks,
Balaji