Forum Discussion

Jonas_Karlsson1's avatar
Jonas_Karlsson1
Historic F5 Account
Dec 06, 2004

Case insensitive matchclass?

Hi,

 

 

Still VERY new to this so sorry if this a stupid question.

 

 

Is there a way to compare strings case insensitive when using matchclass? I would like to have a class containing a number of URL's that should be redirected to HTTPS and it would save a lot of typing and make the list much shorter if matchclass was case insensitive.

 

 

Cheers

 

 

Jonas Karlsson

1 Reply

  • I'm not sure if there is an internal way to do this but you could always make the members of your class lower case and use the lower string operator on the data you want to compare.

     

     

    Also, check out this thread on the use of matchclass.

     

     

    -Joe