Regex conditional
Hi all,
I'm trying to use a conditional to find if there is a P in my string but for some reason the
else
condition of this doesn't get picked up on. For example,
This matches: ADIPP350.16
but this doesn't (and should): ADIP350.16
i can only presume there is some confusion with the P in the ADIP literal match1 Reply
oh schweet
that works
what does that
?
denote
oh ok
yeah once or none is what i'm looking for
thanks!