CSE MCQs :: Java Regex
- What is the significance of Matcher class for regular expression in java?
- Which capturing group can represent the entire expression?
- What does public int end(int group) return?
- Which of the following identity is wrong?
- Which of the following is not a class of java.util.regex?
- Regular expressions are used to represent which language
- The set of all strings over Sigma = {a,b} in which all strings having bbbb as substring is
- What does public int start() return?
- Which of the following statements about the regex API are true?