Forum Discussion

JG's avatar
JG
Icon for Cumulonimbus rankCumulonimbus
Mar 17, 2014

What syntax to use for the search in LTM?

I was trying to use the "Search" function, and wanting to limit the search to certain pools. As "*" seems to be the wildcard that covers everything, I thought I might want to try regex; but that did not work. I have found that "/" does seem to mean the beginning of a line/string, which is useful.

 

Does anybody know more about the syntax of this search function?

 

5 Replies

  • Interesting, could you please give an example with the "/"? The only "trick" I know is to use like *test* to get all pools containing "test", but I bet you already figured that one out as you've already tested regexp. :) /Patrik
  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    I spoke too soon. "/" at the beginning of search string actually does nothing, and won't affect the search result.

     

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus
    "*test*" is actually equal to "test", from what I can see.
  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    I was after something like "(uat|dev)" in regex.