Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

remove all characters after "\" from string

$
0
0

I am looking for a vbscript which will remove all characters after "\" from string...

for e.g. Input as below -

First\abc12

Second\bcde1

Third\qwerty6

Four\jcuryy

output should be like this-

First

Second

Third

Four

Can someone guide me?


Thanks & Best Regards, MPG


Viewing all articles
Browse latest Browse all 15028

Trending Articles