Home / CSE MCQs / Java Regex :: Discussion

Discussion :: Java Regex

  1. What does public int start() return?
  2. A.
    returns start index of the input string
    B.
    returns start index of the current match
    C.
    returns start index of the previous match
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment