Forum Discussion

KT_271103's avatar
KT_271103
Icon for Nimbostratus rankNimbostratus
Sep 19, 2016

irule question

Can anyone tell the meaning of below F5 irule command

 

regsub ^$appverstring $uri "" postappveruri

 

1 Reply

  • It will match the string $appverstring in the start of string $uri and replace the contents of $appverstring with nothing. The result ( $uri minus $appverstring) will be put in postappveruri.