<div dir="ltr">if i want to transfrom a value like this<div dir="ltr"></div>
<div><br></div><div>$var(FROMIP) = "xxx.xxx.xxx.xxx"</div><div><br></div><div>some transformation to allow me to cut the ip after the 3rd "." (full stop)</div><div><br></div><div>im thinking something like {s.select,x,y} </div>
<div>but im not sure how to define i want to use the 3rd full stop instead of the first, </div><div><br></div><div>if i say $(var(FROMIP){s.select,-1,.}) or $(var(FROMIP){s.select,0,.}) both seperates at the first "."</div>
<div><br></div><div>the result should be something like</div><div>$var(SHORTIP) = "xxx.xxx.xxx"</div></div>