Link to home
Create AccountLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

Replace section of string

I have data coming in as a string...even though it's actually xml data

In the string I will see this SOMEWHERE...

<csta:deviceObject>someundefined amount of data 3 - 20 characters</csta:deviceObject>

I need to declare a new string variable = to that section of the string including the csta nodes.
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Larry Brister

ASKER

Thanks folks