Forum Discussion

RoutingLoop_179's avatar
Mar 28, 2017

Scan or split to find last instance of character.

Hi is there an efficient way to find the last occurrence of a character in a string and split into 2 variables.   Currently I use "scan [TCP::payload] {%[^@]@%s} garbage sitename"   This splits...