Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同様のパターンを持つすべての単語を認識する必要があります ($"????" ) すなわち
$"ahmad"
$"kokoasddsf"
$"asdasd asdas"
$asdasd でもそうでも ない$"asdasds
$asdasd
$"asdasds
次の正規表現を試してください。
/\$"[a-z ]*"/i