Hello,
This is my plan:
I have some numbers(1-48). I would like to check if something is equal to anything thru that range.(i.e. if($this == [1-48])) I dont even know where to begin with this, besides doing 48 if statements or a switch statment. I was wondering if the was a regex that could do this.
Thanks.
Bill