-----Ursprüngliche Nachricht-----
Von: Kristofer Wolff [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 18. Januar 2001 13:46
An: perllist
Betreff: RegExp thing


hi all,

i am making a simple spell check and want to chk if one letter is worg, so i
neet to modify the words from my wordlist like:

Word = example
mod1 = .xample
mod2 = e.ample
mod3 = ex.mple
mod4 = exa.ple
mod5 = exam.le
mod6 = examp.e
mod7 = exampl.

if done this way:

$wortlange = length($chkwith);
for($i=0;$i<=$wortlange;$++)
{
        # ...
        push(@adv1chk, $try);
}

so far i need a code that change the "n" letter into a dot.

any idea ?


thanx kris

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to