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.
この変数は 1874;#Bob Williams です。これを試してみたところ、1874 になるはずですが、変数全体が表示されます。何か案が?
(?<=\w+;)
使用しているツール/エンジンが何であれ、一致するものを削除し、削除後に残っているものを返すため、これはうまくいくはずです:;.+
;.+