| |||||||||||
| |||||||||||
using reg exp with index() Posted by kitwalker2886 (kitwalker2886), 11 May 2007 i want to search a string and find the position of the pettern, a dot followed by a number followwed by a number..$n=index($string,/.[0-9]./); this code doesn't work.. anyone know wats the error?? Posted by admin (Graham Ellis), 11 May 2007 Index looks for one substring in another but "without the wild card behaviour of regular expressions" according to the Perl manual - perldoc -f index. It's the lack of wild card facilities that's causing your match to fail. This page is a thread posted to the opentalk forum
at www.opentalk.org.uk and
archived here for reference. To jump to the archive index please
follow this link.
|
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 793803 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho |