String.Replace Question

 

Hi

see the image below

i was trying to Replace 5…10 with 11…15 but the node does not work for multi replacement,

The goal should be {1,2,3,4,11,12,13,14,15,16}

any idea?

Thanks

4-15-2015 2-58-44 PM

 

Regards,

Vikram Subbaiah

Strings

 

 

 

For your example this would work, but be careful using strings as numbers to replace as if you attempt to replace the string “5” with “19” for example in strings such as “15” you will get the result “119”.

thanks for reply

sorry about my bad description

the number is just the symbol of string

the real question is i have a list of information and some of the number

is the element id and i want to replace it with the name of the element

thanks

 
4-15-2015 5-15-20 PM