I have a string, part of which looks like this:
"..devices=233.423.423.553&..."
and I'd like to replace the values of "devices=" with different values like "111.111" so it would appear like:
"..devices=111.111&..."
I think I can do that with some sort of expressions since I need to do that inline.Any trick would be appreciated..
