Search found 3 matches

by bf2mad
Mon Dec 14, 2009 10:43 am
Forum: Regex
Topic: Regex is driving me crazy!
Replies: 10
Views: 4109

Re: Regex is driving me crazy!

I think I get it, but a short explanation could really help me in future
by bf2mad
Mon Dec 14, 2009 10:26 am
Forum: Regex
Topic: Regex is driving me crazy!
Replies: 10
Views: 4109

Re: Regex is driving me crazy!

Thanks for the replies

prometheuzz you are a legend, that worked perfect :mrgreen: :mrgreen: :mrgreen:
by bf2mad
Mon Dec 14, 2009 8:22 am
Forum: Regex
Topic: Regex is driving me crazy!
Replies: 10
Views: 4109

Regex is driving me crazy!

I need some help creating a regex expression. The expression must match if there is anything other than a lowercase or upercase letter in either the first or second position of a string For example the following should be matched; a7 the_rest_of_the_string 7a the_rest_of_the_string 77 the_rest_of_th...