hi guys,
how do i search for a pattern(which is a regular expression) inside an array element and get the position of the occurence of it?
@array is the array.I am at element $array[$n].$n here is a subscript.
how do i search for pattern v*?(a reg ex)
how do i search for a pattern(which is a regular expression) inside an array element and get the position of the occurence of it?
@array is the array.I am at element $array[$n].$n here is a subscript.
how do i search for pattern v*?(a reg ex)
Comment