fork download
  1. import java.util.regex.*;
  2.  
  3. class Ideone
  4. {
  5. public static void main (String[] args) throws java.lang.Exception
  6. {
  7. System.out.println("[a]".replaceAll("[]\\[]", ""));
  8. }
  9. }
Success #stdin #stdout 0.09s 47860KB
stdin
Standard input is empty
stdout
a