- 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."
- Flutter開發實戰詳解
- Java EE 6 企業級應用開發教程
- 用Flutter極速構建原生應用
- 深度強化學習算法與實踐:基于PyTorch的實現
- Access 2016數據庫管
- Apache Kafka Quick Start Guide
- Python+Tableau數據可視化之美
- OpenCV with Python By Example
- 快速入門與進階:Creo 4·0全實例精講
- Hands-On Kubernetes on Windows
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Python趣味編程與精彩實例
- C++ System Programming Cookbook
- Web前端開發全程實戰:HTML5+CSS3+JavaScript+jQuery+Bootstrap
- WebRTC Cookbook