Saved Bookmarks
| 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. |
|