- 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."
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Facebook Application Development with Graph API Cookbook
- Vue.js設計與實現
- C#編程入門指南(上下冊)
- Java技術手冊(原書第7版)
- Mastering Python Networking
- C語言程序設計同步訓練與上機指導(第三版)
- QGIS 2 Cookbook
- 人工智能算法(卷1):基礎算法
- 并行編程方法與優化實踐
- C#程序設計基礎入門教程
- PostgreSQL Developer's Guide
- Head First Kotlin程序設計
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- C語言程序設計實驗指導與習題精解