Could any wiz at regular expression write an expression that will check whether a string matches this format
number=string
must have the =sign included, the number can be anything up 3 numbers and the string can contain any characters
this would very much apreciated
i've been tryin this d*3/=/{aA-zZ}$/
thanks