I have regex as follows:
     /^(\d|-|\(|\)|\+|\s){12,}$/
This will allow digits, (, ), space. But I want to ensure string contains atleast 8 digits. Some allowed strings are as follows:
      (1323  ++24)233
      24243434 43
      ++++43435++4554345  434
It should not allow strings like:
     ((((((1213)))
     ++++232+++