Hi, It says that: match checks for a match only at the beginning of the string. Then, it also says that: \1...\9 Matches nth grouped subexpression. I don't know how to write a script to include grouped subexpression in match? Thanks,