Unable to split the string

Hi All,

I need to split the equipment name but unable to do that

Example:blhrbzaozg001:cisco:up

I want the string like this" blhrbzaozg001"

Hi @thima

Please try Split(“blhrbzaozg001:cisco:up”, “:”)(0)

3 Likes

image