What are the metacharacters used with the regular expression?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the metacharacters used with the regular expression?
Rating:
Following are the metacharacters used with the regular expression:
| . | Any character |
| \d | Any digit from 0 to 9 |
| \D | Any non-digit |
| \s | A whitespace character |
| \S | A non-whitespace character |
| \w | A word character |
| \W | A non-word character |
Rating:
Was this information helpful?
Other articles
- What is a JAR file?
- What is the floatValue() method?
- What is a static nested class?
- What is the toHexString() method of the Long class?
- What is the bitwise right shift operator?
