0

I have first array like this:

["19","20","25","26","27","28","29","30","31","32"]

and the second array:

["19","20"]

How i can remove value the first array with given second array?

value i need:

["25","26","27","28","29","30","31","32"]
4
  • 5
    This is array_diff Commented Aug 26, 2016 at 19:58
  • 1
    @rizier: better dupe here: stackoverflow.com/questions/1288148/… Commented Aug 26, 2016 at 19:59
  • ah very fast answer, thank you :) Commented Aug 26, 2016 at 20:01
  • @MarcB You can change it if you want. I will remember that dupe for the future. Commented Aug 26, 2016 at 20:04

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.