frontline
05-18-2003, 10:02 AM
hello
how can i build regexp that will return true if the string format is
"number*" that is : "34334*" is valid, but this: "3333*333" is not valid
and of curse this "333**22*" is not valid also only number that fallows "*" in the end with out space between the number and the "*"
thanks!
how can i build regexp that will return true if the string format is
"number*" that is : "34334*" is valid, but this: "3333*333" is not valid
and of curse this "333**22*" is not valid also only number that fallows "*" in the end with out space between the number and the "*"
thanks!