Guest User

Untitled

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. text = "Plagiarism is the "wrongful appropriation" and "stealing and publication" of another author's "language";
  2.  
  3. new text = "Plagiarism is the wrongful appropriation and stealing and publication of another authors language";
  4.  
  5. $newtext = trim(trim($text,"'"),'"');
  6.  
  7. $newtext = str_replace( array( "'","'" ),'',$text);
Add Comment
Please, Sign In to add comment