JSFiddle - React, Tailwind, and code Playground by booktu8 April 27, 2023 JavaScript let str='hello world' let result=/^a/.test(str) console.log(result)