regex - Find string by regular expression -


I need a regular expression to remove some stars.

The search might be like the string:

  ANY_STRING (string1) This string is searching for ANY_STRING (string2) string 2  
  (string1) This string is searching for string 1 (string 2), string 2  

Anyone looking for ideas?

Thank you.

Replace all new lines with space, then split the string with separator ANY_STRING .


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -