regex共22篇
Regex for a Java Software Engineer-拾光赋

Regex for a Java Software Engineer

Regex for a Java Software Engineer, Why do I need Regex? Regular expressions are patterns that help us search for specific sequences in a text. In Java, they are used with classes ...
kity的头像-拾光赋kity3个月前
0217
Not a Regular Password Regex-拾光赋

Not a Regular Password Regex

Not a Regular Password Regex,The password must contain at least 3 of these: a lower-case letter, an upper-case letter, a number, a special character (such as @$!%*#?&) and can...
kity的头像-拾光赋kity3年前
04713
Regex Named Groups and Backreferences-拾光赋

Regex Named Groups and Backreferences

Regex Named Groups and Backreferences,Hi, I am Amr Hesham a Software Engineer, I am interested in Android Development and Compiler Design, In this article, I will talk about very g...
kity的头像-拾光赋kity4年前
03514
Grabbing version strings with PowerShell-拾光赋

Grabbing version strings with PowerShell

Grabbing version strings with PowerShell,The jpackage tool, which is part of OpenJDK since Java 14, can create, well, native packages. Some time ago I wrote a small piece about it,...
kity的头像-拾光赋kity5年前
0488
Java REGEX based scanner-拾光赋

Java REGEX based scanner

Java REGEX based scanner,I often use the java built-in java.util.Scanner in order to retrieve information from string streams, but what I wasn't able to do, is to extract some toke...
kity的头像-拾光赋kity5年前
05010
Repeated Capturing Group-拾光赋

Repeated Capturing Group

Repeated Capturing Group,Regular expression can be used to check a string or a pattern is repeated in a string. For example, if you want to check if the string 'abc' is repeated fo...
kity的头像-拾光赋kity5年前
04110
How to get rid of all those non-javadoc comments in your Java project-拾光赋

How to get rid of all those non-javadoc comments in your Java project

How to get rid of all those non-javadoc comments in your Java project ,Have you ever met something like this in your legacy code? /* * (non-Javadoc) * @see java.lang.ClassLoader#lo...
kity的头像-拾光赋kity5年前
0507
5.How to match word and non word characters.-拾光赋

5.How to match word and non word characters.

5.How to match word and non word characters., Everything you need to know about Regex. (5 Part Series) 1 1.Introduction about Regex 2 2. The dot(.) 3 3.Matching digits and non digi...
kity的头像-拾光赋kity5年前
0299
Regex Whitespace 4. How to match whitespace and non whitespace characters.-拾光赋

Regex Whitespace 4. How to match whitespace and non whitespace characters.

Regex Whitespace 4. How to match whitespace and non whitespace characters., Everything you need to know about Regex. (5 Part Series) 1 1.Introduction about Regex 2 2. The dot(.) 3 ...
kity的头像-拾光赋kity5年前
0327
3.Matching digits and non digits character.-拾光赋

3.Matching digits and non digits character.

3.Matching digits and non digits character., Everything you need to know about Regex. (5 Part Series) 1 1.Introduction about Regex 2 2. The dot(.) 3 3.Matching digits and non digit...
kity的头像-拾光赋kity5年前
0469
2. The dot(.)-拾光赋

2. The dot(.)

2. The dot(.), Everything you need to know about Regex. (5 Part Series) 1 1.Introduction about Regex 2 2. The dot(.) 3 3.Matching digits and non digits character. 4 4. How to match...
kity的头像-拾光赋kity5年前
02410
1.Introduction about Regex-拾光赋

1.Introduction about Regex

1.Introduction about Regex, Everything you need to know about Regex. (5 Part Series) 1 1.Introduction about Regex 2 2. The dot(.) 3 3.Matching digits and non digits character. 4 4....
kity的头像-拾光赋kity5年前
02114