fork download
  1. import java.util.*;
  2. import java.lang.*;
  3.  
  4. class Main
  5. {
  6. public static void main (String[] args) throws java.lang.Exception
  7. {
  8. String ruler1="115.28(54)(title) is renumbered 115.363(title) and amended to read:";
  9. String result = ruler1.replaceAll("\\(title\\)", "");
  10. System.out.println(result);
  11. }
  12. }
Success #stdin #stdout 0.06s 380160KB
stdin
Standard input is empty
stdout
115.28(54) is renumbered 115.363 and amended to read: