Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

javascript case insensitive regex

// It's the 'i' flag at the end of the expression.

/hello world/.test('Hello World'); // False
/hello world/i.test('Hello World'); // True
Comment

PREVIOUS NEXT
Code Example
Javascript :: sveltekit new app 
Javascript :: e.target.value with number 
Javascript :: inertia.js 
Javascript :: what is slot in vue.js 
Javascript :: react native toggle button with text 
Javascript :: nodejs extract pdf data 
Javascript :: how to use array of object in react 
Javascript :: regular function javascript 
Javascript :: ` ` in javascript 
Javascript :: javascript practice questions 
Javascript :: first name last name concatenate javascript with ternary operator 
Javascript :: javascript post 
Javascript :: javascript run function 
Javascript :: age calculator moment js 
Javascript :: what are the comparison operators in javascript 
Javascript :: angular architecture patterns 
Javascript :: js get array object from local storage 
Javascript :: js arrow function vs function 
Javascript :: custom js shopify 
Javascript :: hide checkbox jquery 
Javascript :: access session in javascript 
Javascript :: js parse bool 
Javascript :: how to write a factorial function in javascript 
Javascript :: days.js 
Javascript :: vue js tutorial csv import 
Javascript :: javascript linting 
Javascript :: Detect Mobile / Computer by Javascript 
Javascript :: module parse failed: unexpected character ' (1:0) you may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. see https://webpack.js.org/concepts#loaders 
Javascript :: react-google-invisible-recaptcha 
Javascript :: var s= 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =