1.

How Will You Get The First Occurrence Of One String Within Another String Using Vbscript?

Answer»

Using InStr function, which RETURNS the first occurrence of ONE string within ANOTHER string. The SEARCH happens from left to right.

Using InStr function, which returns the first occurrence of one string within another string. The search happens from left to right.



Discussion

No Comment Found