Hello
i want to return a 4 digit long integer number if found in a string in anyformat. i need to
search the string for 4 cosecutive number if found then return the number, if not found
4 consecutive number then it will return false;
can any one write the regular expression for me?
please help!
parsing 4 dig lon int from a string of any format
Moderator: General Moderators
Code: Select all
^.*\d{4}.*$- stereofrog
- Forum Contributor
- Posts: 386
- Joined: Mon Dec 04, 2006 6:10 am