regex_test

by magneto903

JavaScript

str = "sin( x + sinx"

console.log(str.match(/sin\(\b/))