Perl Cd Bookshelf [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Cd Bookshelf [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



8.207. Text::Soundex


Implements the soundex algorithm, which
hashes a word (in particular, a surname) into a compressed form that
approximates the sound of the word when spoken by an English speaker:

use Text::Soundex;
$code = soundex $string; # Get soundex code for a string
@codes = soundex @list; # Get list of codes for list of strings

Returns the value of the variable $soundex_nocode
if there is no soundex code representation for a string.
$soundex_nocode is initially set to
undef, but can be reset to another value. For
example:

$soundex_nocode = 'Z000';



8.206. Text::ParseWords8.208. Text::Tabs




Copyright © 2002 O'Reilly & Associates. All rights reserved.

/ 875