JSFiddle - React, Tailwind, and code Playground
by mahassan
JavaScript
const string = "All you base belong to us";
const search = /base/
const isTrue = regeex.test(string);
by mahassan
const string = "All you base belong to us";
const search = /base/
const isTrue = regeex.test(string);