括弧内のテキストを削除して括弧自体を含めることができる JavaScript 正規表現を探しています。
例:
"hello world ( some Text and Number here)"
そして、次のようにトリミングして結果を取得したい( some Text and Number here)
:
"hello world"
括弧内のテキストを削除して括弧自体を含めることができる JavaScript 正規表現を探しています。
例:
"hello world ( some Text and Number here)"
そして、次のようにトリミングして結果を取得したい( some Text and Number here)
:
"hello world"