- 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."
- Instant Node Package Manager
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發(fā)經(jīng)典名著)
- Advanced Machine Learning with Python
- ASP.NET MVC4框架揭秘
- 前端跨界開發(fā)指南:JavaScript工具庫原理解析與實戰(zhàn)
- Python數(shù)據(jù)分析基礎(chǔ)
- 算法訓練營:入門篇(全彩版)
- Building a Recommendation Engine with Scala
- 精通Python設(shè)計模式(第2版)
- Getting Started with Gulp
- Swift語言實戰(zhàn)精講
- 編程與類型系統(tǒng)
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺游戲
- Visual FoxPro 6.0程序設(shè)計
- Xamarin Blueprints