06-12-2008, 05:06 PM
Hi,
In my application, when new object is created, a new window opens with title: object's name and its ID.
e.g. ABC 45732547 or ABC 8679
ABC is object's name and ID is only numeric value which keeps increasing and its range is not given.
can anyone tell me the regular expression to check only for numeric value after object's name. e.g. "ABC 564jhj44" should not work.
In my application, when new object is created, a new window opens with title: object's name and its ID.
e.g. ABC 45732547 or ABC 8679
ABC is object's name and ID is only numeric value which keeps increasing and its range is not given.
can anyone tell me the regular expression to check only for numeric value after object's name. e.g. "ABC 564jhj44" should not work.