Forum Discussion
David_Remington
Employee
Mar 13, 2008dilemma: run slow or crash on load
So I have a rule I am writing that has to parse a very large (6000+) entry class file for every URI that traverses the virtual server. Because of the constraints on possibilities for a match I basical...
hoolio
Cirrostratus
Mar 13, 2008On your last minor question...
In shell, you could use seq to print out a range of characters. The best I could think of is a for loop with scan:
for {set i 0} {$i<=122} {incr i} {
if {($i >= 48 && $i <= 57) || ($i >= 97 && $i <=122)}{
lappend chars [format %c $i]
log local0. "$i: [format %c $i]"
}
}
log local0. "\$chars: $chars, length: [llength $chars]"Aaron
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