regex_test by magneto903 June 30, 2020 JavaScript str = "sin( x + sinx" console.log(str.match(/sin\(\b/))