From: globalrev Date: 2008-05-09T11:45:03+09:00 Subject: how to do this regex substitution? i want to replaxe the pattrn consonant o consonant, ie hoh -> h, dad - > d etc. so i have to check that the letter after the letter i am at is o and the next one is equal to the one i am at. so /qwrtpsdfghjklzxcvbnm/o/qwrtpsdfghjklzxcvbnm isnt true(and doesnt work anyway).