JSFiddle - React, Tailwind, and code Playground

by booktu8

JavaScript

let str='hello world'
let result=/^a/.test(str)
console.log(result)