$arr1 = ["C","C++","Physics","Matlab","Python","PHP","SQL","FORTRAN","React js","C+","Flutter","JAVA 123","Jupyter NotebOOOk"];
$arr2 = ["C","C++","Physics","Matlab","Python","PHP","SQL","FORTRAN","React js","C+","Flutter","JAVA 123","Jupyter Noteboook"];
These are two array i want to get the array_diff with case_senstive string
Like in Arr1 the last element is Juypter NotebOOK and in Arr2 the last element is Jupter Noteboook the string
Anyone can help me with this