Новые книги

GNU Emacs is the most popular and widespread of the Emacs family of editors. It is also the most powerful and flexible. Unlike all other text editors, GNU Emacs is a complete working environment—you can stay within Emacs all day without leaving.

, 3rd Edition tells readers how to get started with the GNU Emacs editor. It is a thorough guide that will also "grow" with you: as you become more proficient, this book will help you learn how to use Emacs more effectively. It takes you from basic Emacs usage (simple text editing) to moderately complicated customization and programming.The third edition of

describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization. A new chapter details how to install and run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms.

, third edition, covers:

Learning GNU Emacs

Learning GNU Emacs

Learning GNU Emacs

• How to edit files with Emacs

• Using the operating system shell through Emacs

• How to use multiple buffers, windows, and frames

• Customizing Emacs interactively and through startup files

• Writing macros to circumvent repetitious tasks

• Emacs as a programming environment for Java, C++, and Perl, among others

• Using Emacs as an integrated development environment (IDE)

• Integrating Emacs with CVS, Subversion and other change control systems for projects with multiple developers

• Writing HTML, XHTML, and XML with Emacs

• The basics of Emacs Lisp

The book is aimed at new Emacs users, whether or not they are programmers. Also useful for readers switching from other Emacs implementations to GNU Emacs.
Просто, лаконично и доступно, с множеством примеров, изложены основы маркетинга предприятия. Разработка маркетинговой программы предприятия и ее реализация рассматривается как единый процесс, состоящий из анализа рынка, оценки особенностей предприятия, выбора конкурентного преимущества, формирования стратегии развития и контроля ее выполнения.

Книга предназначена для предпринимателей, начальников отделов и директоров компаний, менеджеров по маркетингу. Она будет также полезна для слушателей школ МВА, студентов, магистрантов и аспирантов, специализирующихся в области маркетинга.

mb_ereg_search

Учебник РНР
Назад Вперёд

mb_ereg_search

(PHP 4 >= 4.2.0)

mb_ereg_search - совпадение многобайтного регулярного выражения с предопределённой многобайтной строкой.

Описание

bool mb_ereg_search ([string pattern [, string option]])

Предупреждение!

Эта функция - ЭКСПЕРИМЕНТАЛЬНАЯ. Поведение, имя и всё остальное, что задокументировано для данной функции может быть изменено в будущих релизах РНР без предупреждения. Вы можете использовать эту функцию только на свой страх и риск.

mb_ereg_search() возвращает TRUE, если многобайтная строка совпадает с регулярным выражением, FALSE в ином случае. Строка для совпадения устанавливается функцией mb_ereg_search_init(). Если pattern не специфицирован, используется предыдущий.

Внутренняя кодировка символов или кодировка, специфицированная в mb_regex_encoding(), будет использоваться как кодировка символов.

Примечание: эта функция поддерживается в PHP 4.2.0 или новее.

См. также mb_regex_encoding(), mb_ereg_search_init().


Назад Оглавление Вперёд
mb_ereg_search_setpos Вверхmb_ereg