排序
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 ...
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...
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...
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,...
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...
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...
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...
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...
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 ...
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...
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...
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....