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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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



8.208. Text::Tabs


Provides subroutines that expand tabs
into spaces and compress
("unexpand") spaces into tabs. The
appearance of the text is unchanged. Defines the
tabstop variable, which defines the number of
spaces equivalent to a tab. Default is 8. Exports
the following functions.

expand


expand (text)

Given an array of strings (text)
containing tabs, replaces each tab character with the equivalent
number of spaces.

unexpand


unexpand (text)

Given an array of strings (text) that may
or may not contain tabs, replaces each $tabstop
consecutive spaces with a tab character.



8.207. Text::Soundex8.209. Text::Wrap




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

/ 875