Skip to content

function_includes

Wesley de Groot edited this page Oct 23, 2015 · 37 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/

Function includes

_('.wrapper').includes(str,pattern)

includes does a string includes the thing?

  • @param object [object] Wrapper
  • @param string str the string
  • @param string pattern the pattern
  • @return bool
  • @example _.includes('hi, i am wesley', 'hi');
Example:

{}

Back to function list

Clone this wiki locally