- Java 9 Regular Expressions
- Anubhava Srivastava
- 209字
- 2021-07-02 18:58:31
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The next lines of code read the link and assign it to the to the BeautifulSoup function."
A block of code is set as follows:
package example.regex;
public class StringMatches
{
public static void main(String[] args)
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
C:\Python34\Scripts> pip install -upgrade pip C:\Python34\Scripts> pip install pandas
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."
- PHP動態網站程序設計
- Java異步編程實戰
- INSTANT FreeMarker Starter
- PaaS程序設計
- Android Application Development Cookbook(Second Edition)
- MATLAB定量決策五大類問題
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- Clojure Reactive Programming
- 從Java到Web程序設計教程
- 案例式C語言程序設計實驗指導
- Spring Boot從入門到實戰
- 數據結構與算法詳解
- INSTANT EaselJS Starter
- 面向對象分析與設計(第3版)
- Isomorphic JavaScript Web Development