Forum Discussion
jay_41157
Nimbostratus
Sep 05, 2008wildcard in data group.
Hi ,
I am trying to use \apple\* --> * being wildcard... but i do not have the correct fromat.. in the data group. is there an escape squence ?
thanks
jay_41157
Nimbostratus
Sep 05, 2008Thanks, I just read the wiki on matchclass that indicates what you said about * in datagroup not wokring with match class, so I am guess a more cleaner approach might be to use findclass as you initially mentioned in the irule:
Current IRULE:
--------------------------------------------------------------------------------------------------------------------------------
if { (not [matchclass [string tolower [HTTP::uri]] starts_with $::LegacyExceptions])
and ([matchclass [string tolower [HTTP::uri]] equals $::LegacyPaths]) } {
--------------------------------------------------------------------------------------------------------------------------------
New:
--------------------------------------------------------------------------------------------------------------------------------
if { (not [findclass [string tolower [HTTP::uri]] $::LegacyExceptions] ==0 )
and ([findclass [string tolower [HTTP::uri]] $::LegacyPaths] == 0) } {
Or is there a better way to use findclass ? I am unsure about the syntax.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects