Hello ,

I have to cut a String
the substring method its good but it pass an index as integer
i have an example like this
visual | basic

how can i get f
First String :visual (from first to | )
second String :basic (from | to last )

Thanks !