ok..got something that is causing me some grief in understanding. Translation rule for CVoice. What the book is saying is this:
rule 1 /\(9\)\([^01].*\)/ /\11408\2/
input of 95550134
output of 914085550134
What has me stumped is how ([^01].*\) matches the 5550134. Hopefully someone can explain it better to me.
rule 1 /\(9\)\([^01].*\)/ /\11408\2/
input of 95550134
output of 914085550134
What has me stumped is how ([^01].*\) matches the 5550134. Hopefully someone can explain it better to me.