Help! How to Extract Data with a Colon Delimiter?

I am parsing data from an input that looks something like this:

First Name: Jeffrey
Last Name: Peng

How do I get “Jeffrey” and “Peng”?

Try using the Split function.

Assign “First Name: Jeffrey” to a variable, then use Split(variable, ":"c) (1).ToString

Hi @Jeffrey,

How are you ? have a nice weekend. Take good rest.

Just for fun :smile:

Regards
Balamurugan.S

1 Like