Blog Archives

8 Regular Expressions (aka Regex) by examples for Engineers

Q1 How will you go about implementing the following validation rules for a user name?

— user name must be between 2 and 17 characters long.
— valid characters are …



Power of regex for productivity with Notepad++ or Sublime Text

This post is based on industrial strength examples of applying regular expression to increase your productivity as a software engineer. Many text editors like Notepad++, Sublime Text, Atom, etc support …



Regular Expressions interview Q&As for Java developers

Q1 What’s the difference between a wildcard and a regular expression? A1 A wildcard is a generic term referring to something that can be substituted for all possibilities. In computer …



Regular Expressions Practice – Java Matcher class csv example

Let’s look at how to validate a CSV (i.e. Comma Separated Value) string using regular expression in Java using the Pattern & Matcher classes. Refer to the Java Pattern class



Regular Expressions Practice – Java Matcher class tokenize example

If you are new to regular expressions then start with 8 Regular Expressions (aka Regex) by examples for Java developers.

This is a real life scenario as to how …



300+ Big Data Interview Questions - FAQs

300+ Java Interview Questions - FAQs

Tutorials on Java & Big Data