JavaScript or jQuery equivalent of PHP's strstr() function

后端 未结 6 975
滥情空心
滥情空心 2020-12-03 22:00

Is there a function in jQuery or JavaScript that does the same as strstr() in PHP?

I have an AJAX response that should be 1,2,3,12,13,23 or 123. I want

6条回答
  •  感动是毒
    2020-12-03 22:23

    Ok I just found something that works!

    http://my-sliit.blogspot.com/2008/06/search-string-javascript-like-strstr-in.html

    Thanks for your contributions :)

提交回复
热议问题