Wedge
Public area => The Pub => Off-topic => Topic started by: Dragooon on September 29th, 2011, 07:16 PM
-
I need a regular expression to match either the fol. in a string, the problem is I need a single expression
?(Single question mark), ?:[0-9] or :[a-zA-Z0-9]
Any help is appreciated.
-
Err. Why not (use|this|structure)...?
-
I need a regular expression to match either the fol. in a string
??
-
Err. Why not (use|this|structure)...?
I had no idea regex had an OR, that worked! Thanks :).I need a regular expression to match either the fol. in a string
??
Don't sweat about it, I got it working :)
-
Didn't you write regex back in the smg times?
-
Not really, no.