in reply to Re^2: Search string without using regexp
in thread Search string without using regexp

++davido

If index() fits the bill for whatever unspecified m/.../ operations you are performing, then substr() might similarly prove useful for s/.../.../ operations.

-- Ken