current location: Home  >  Download  >  Learning resources  >  Web page production  >  VB.NET Strings and Regular Expressions

VB.NET Strings and Regular Expressions

VB.NET Strings and Regular Expressions

VB.NET Strings and Regular Expressions
Classify:   Learning materials / Web page production Release time:  2018-01-09 visits:  2998573
Download:  186
Click to download
More>

Latest Downloads

‎Horror Beat Phase Maker

Dive into music beat games with horror beat phase maker.Drag and drop sounds and beats on characters, and make them sing.Create your own tracks.Have fun
376 2025-03-03

‎Himalayan Children

[Himalayan Children] I love to listen to stories and be smarter [Himalayan Children] is officially produced by Himalaya and is carefully created for children aged 0 to 12. It covers children's knowledge and growth sectors such as Chinese enlightenment, English enlightenment, children's graded reading, popular science albums, classic IP animation, Chinese studies history, adventure stories, etc. We have strategically cooperated with Oxford University Press to develop exclusive Oxford Tree bilingual elaborate animations, with more than 1,170 Oxford Tree online picture books built-in to accompany children to easily complete English enlightenment and advancement. Exclusively cooperated with Beijing Normal University to develop, adapt to the laws of children's psychological development, accurately recommend age-dividing content, and fully meet children's listening and
768 2025-03-03

‎Zebra AI

Zebra AI, specializing in providing professional digital content. The R&D center is led by masters and doctoral graduates from prestigious universities at home and abroad, and independently develops a scientific and effective zebra content system. Zebra AI has cultivated all-round capabilities through a complete age-division system and professional and interesting digital content, focusing on achieving comprehensive development. [Big Brand Guaranteed] - Zebra AI Science was selected as a key topic in the 13th Five-Year Plan and selected as a domestic digital content brand - Zebra AI Science has obtained a total of 75 exclusive patents and is applied to interactive applications - Zebra AI Science has obtained Lens Graded Reading Certification - Zebra AI Science was included in the mobile Internet Education App registration [Content Introduction] 1
800 2025-03-03

‎Supermarket Manager Simulator

This is the ultimate supermarket simulation game that allows you to experience how to manage a supermarket. You will control every detail, from shelf display to employee management, turn your small supermarket into the most popular large supermarket in the town, come and experience this supermarket cashier simulation game! Game Features: Shelf Replenishment and Organization: Keep your supermarket shelves in sufficient goods and organize goods efficiently to ensure that customers can quickly find the goods they need, all in this supermarket simulation game. Dynamic pricing strategy: Flexible adjustment of prices according to market trends, attract more customers and maximize profits, compete with this supermarket management game
717 2025-03-03

Red Alert Online

The mobile game "Red Alert Online" is a strategy mobile game developed by Beijing Youai Interactive Entertainment Technology Co., Ltd. The game was officially launched for public beta on January 17, 2019. "Red Alert Online" is the only authentically authorized Red Alert game in China. It is a new mobile game developed based on the classic PC game "Red Alert". The game tells the story of Yuri, who attempts to launch a ghost invasion to control the hearts of humans around the world in order to carry out his revenge plan. Players can assume the role of a commander, build their own camp, recruit more subordinates, and work with other players to resist the invasion of ghosts. The game has combat training elements such as heroes, strategies, and chips, and also introduces PVP gameplay such as Tiberium Wars, joint military exercises, and sailing expeditions.
270 2024-11-28

Delta Force

"Delta Force" is a new generation of tactical shooting quality benchmark game developed and operated by Linlangtiantian team. PC and mobile versions will be officially launched in September! Will continue to log in to the host platform in the future. You will transform into a special operations operator, work closely with your teammates, flexibly formulate tactics, complete various seemingly impossible extreme tasks, and gain a rich and exciting combat experience.
796 2024-11-27

Pokémon UNITE

Pokémon UNITE is the first Pokémon series team strategy battle game jointly developed by Tencent Tianmei Studio Group and The Pokémon Company. It is available for Android, iOS and Nintendo Switch.
0 2024-11-26

‎Fantasy Aquarium

"Fantasy Aquarium" is a fantasy adventure game that allows players to explore the mysterious underwater world. In this imaginative aquarium, players will play the role of an aquarium manager and experience the fun of a fantasy world by managing and caring for various magical creatures. Game features: Diverse creatures: There are various fantasy creatures living in the aquarium, such as mysterious crystal fish, light mermaids, etc. Each creature has a unique appearance and characteristics. Interaction: Players can interact with the creatures in the aquarium, feed, play, and even perform tasks to make the creatures get closer to you. Decoration construction: You can decorate the aquarium according to your own preferences and customize it
0 2024-05-08

‎Girls Frontline

"Girls' Frontline" is a strategy role-playing game developed by SUNBORN Games. In this future world, humans and robot girls are fighting. You will play the role of a commander and lead a unique army of robot girls in a series of thrilling battles. Game features: A huge camp of robot girls: Collect and train robot girls with different styles and abilities to build your own strongest team. In-depth plot setting: Communicate with the robot girls and gain a deeper understanding of their story backgrounds, providing support and encouragement to them in battle. Exquisite battle graphics: Enjoy gorgeous battle scenes
0 2024-05-06

‎Wings of Stars

"Star Wings" is a 3D competitive game that perfectly combines mecha girl elements with classic GVG fighting gameplay. In the game, players will control a mecha girl with powerful combat power to engage in fierce 1V1 and 2V2 battles on the exciting battlefield, feeling the unparalleled charm of competition. The game uses high-precision 3D modeling technology to present gorgeous graphics. Each mecha is unique and delicately depicts the mechanical structure full of technology and the graceful figure of the girl, as if it is an animated blockbuster active in the palm of your hand. The beautiful girl pilots each have their own charms, and their different personality traits are revealed through their voices and actions.
521 2024-05-06
Download homepage / Learning resources / Web page production

Text manipulation exists in almost any application, and handling text properly can improve application performance.
This book introduces VB. NET text processing, such as text storage, text replacement and appending, etc. The book compares the pros, cons, and speed of various text manipulation methods in detail, helping you to easily choose the most appropriate method in your application. This book focuses on using simple language. NET Framework's most important tools for processing strings - regular expressions, and introduces how to build your own expressions for matching and manipulating text. The explanations in this book are practical and vivid, and a large amount of code in the book can be directly used in your applications.
This book is suitable for work. NET developers who want to improve text processing efficiency in their applications.

Table of contents

Chapter 1 How the system processes text
1.1. net framework
1.1.1 Common Language Runtime
1.1.2. net framework class library
1.2 Text is a data type
1.2.1 visual basic. net data type
1.2.2 Characters and character sets
1.2.3 String data type
1.3 Text storage
1.3.1 Cache technology
1.3.2 Built-in
1.3.3 Other methods
1.3.4. net implementation
1.4 String operations
1.4.1 Connection string
1.4.2 Substring
1.4.3 Comparing strings
1.4.4 Data type conversion
1.4.5 Format string
1.5 String usage
.1.5.1 Constructing string
1.5.2 Analyze string
1.6 Internationalization
1.7. net resource file
1.8 Summary
Chapter 2 string and stringbuilder classes
2.1 Learn the tools used in this chapter
2.2 Text construction
2.3 visual basic and. net framework
2.3.1 Index
2.3.2 Null value and empty string
2.4 String class
2.4.1 Built-in string
2.4.2 Build
2.4.3 Assigning a value to a string
2.5 stringbuilder class
2.5.1 Length and capacity
2.5.2 tostring() method
2.6 String operations
2.61 Connection
2.6.2 Substring
2.6.3 Comparing strings
2.6.4 Format
2.7 Use of strings
2.7.1 Create string
2.7.2 Mark
2.7.3 Reverse the order of strings
2.7.4 Insertion, deletion and replacement
2.7.5 Choosing between string and stringbuilder
2.8 Summary
Chapter 3 String Conversion
3.1 tostring() method
3.2 Represent the value as a string
3.3 Represent date and time as string
3.4 Represent other objects as strings
3.5 Use string to represent string
3.6 Represent strings as other types
3.6.1 Convert strings to numbers
3.6.2 Convert string to date and time
3.7 Moving strings between collections and arrays
3.7.1 Array
3.7.2 arraylist object
3.7.3 idictionary object
3.8 Summary
Chapter 4 Internationalization
4.1 unicode
4.2. net framework coding class
4.3 Processing strings
4.3.1 cultureinfo class
4.3.2 Uppercase and lowercase
4.3.3 Situations where culturally sensitive operations are not required
4.3.4 Sorting
4.4 Processing characters
4.4.1 Necessary information about characters
4.4.2 Agent pair
4.4.3 Combining characters
4.5 Formatting unicode string
4.6 Summary
Chapter 5 Regular Expressions
5.1 system. text. regularexpressions
5.2 regex class
5.2.1 regexoptions
5.2.2 Class constructor
5.2.3 ismatch() method
5.2.4 replace() method
5.2.5 split() method
5.3 match and matchcollection classes
5.4 Regex detector example
5.5 Basic regular expression syntax
5.5.1 Match different character classes
5.5.2 Specify matching position
5.5.3 Specify repeated characters
5.5.4 Specify replacement
5.5.5 Special characters
5.6 Summary
Chapter 6 Advanced Concepts of Regular Expressions
6.1 Grouping, replacement and backreferencing
6.1.1 Simple grouping
6.1.2 group and groupcollection classes
6.1.3 Replace
6. i. 4 Backreference
6.1.5 Advanced Group
6.2 Making decisions in regular expressions
6.3 Setting options in regular expressions
6.4 Rules of regular expression engine
6.5 Summary
Chapter 7 Regular Expression Pattern
7.1 Verification characters
7.2 Verification Number
7.2.1 Contains only numbers
7.2.2 Contains only integer numbers
7.2.3 Floating point numbers
7.3 Verification phone number
7.4 Verify zip code
7.5 Verify email address
7.5.1 Verify IP address
7.5.2 Verify domain name
7.5.3 Verify personal address
7.5.4 Verify complete address
7.6 Analyze an smtp log file
7.7 html tag
7.7.1 Clear html
from user input 7.7.2 Extract all html tags
7.7.3 HTML extraction example
7.8 Summary
Appendix a string class
a. 1 Constructor
a. 2 Properties
a. 3 Method
Appendix b stringbuilder class
b. 1 Constructor
b. 2 Properties
b. 3 Method
Appendix c Regular expression syntax
c. 1 Matches the characters
c. 2 Repeating characters
c. 3 Positioning characters
c. 4 grouping characters
c. 5 Decision-making characters
c. 6 Replacement characters
c. 7 Escape sequence
c. 8 option flag
Appendix d Technical support, errata and code download
d. 1 How to download the sample code of this book
d. 2 Errata
d. 3 e-mail support
d. 4 p2p. wrox. com

Statement of this Website
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn

Related recommendations

Handmade baked food website template

Handmade baked food website template website template is a website template that provides various handmade baked food promotion website templates for download. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2023-10-30

Modern artificial intelligence writing service company website template

Modern artificial intelligence writing service company website template is a company promotional website template download that provides artificial intelligence writing services. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2023-10-30

Solution planning solution service studio website template

The plan planning solution service studio website template is a company promotional website template download that provides various planning plan services. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2023-10-30

Smart Business Consulting Services Company Website Template

Intelligent business consulting service company website template is a company promotional website template download that provides various business consulting services. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2023-10-25

IT solution provider promotional website template

IT solution provider promotional website template is a promotional website template download suitable for companies that provide various IT technology solutions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2023-10-25

HTML5 enterprise blockchain service website template

HTML5 enterprise blockchain service website template is a company promotional website template download that provides blockchain services for enterprises. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2023-10-24

Indian religious culture education website template

The Indian religious and cultural education website template is a website template download suitable for Indian religious, cultural and educational publicity services. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2023-10-24

Minimalist purple style IT solutions company website template

Minimalist purple style IT solution company website template is a website template that provides T solution company promotional website template website template download. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2023-10-24

Popular Recommendations

TP5 actual combat_teaching management system whole site source code

This set of tutorials uses a real school teaching management system as an example to teach you step by step how to quickly develop a commercial project using the ThinkPHP5 framework on a piece of white paper, starting from scratch, allowing you to quickly get started with TP5 project development. .

PHP common function summary table

Commonly used functions in PHP, functions that are often used during development

PHP practical Tianlongbabu imitation iQiyi movie website courseware

PHP practical Tianlongbabu imitation iQiyi movie website courseware

TP5 enterprise website development source code

This site's "ThinkPHP5 Enterprise Site Rapid Development Course" package

Thinkphp6.0 official version video tutorial

Thinkphp6.0 official version video tutorial

thinkphp3.2.3 blog template

thinkphp3.2.3 blog template

Courseware related to practical development of general backend management system (Thinkphp6+Layui)

Courseware related to practical development of general backend management system (Thinkphp6+Layui)

ThinkPHP5 mall project practical video tutorial courseware source code

ThinkPHP5 mall project practical video tutorial courseware source code

Day 49~58 teaching source code

Day 49~58 teaching source code

Live class_Blog project source code

Live class_Blog project source code