1.

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

Answer»

Using InStrRev FUNCTION, which RETURNS the first occurrence of one string within another string. The SEARCH happens from RIGHT to left.

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



Discussion

No Comment Found