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.
たとえば、QT RegExp を使用して文字列から部分文字列のリストを抽出する方法。この入力文字列がある場合、RegExpを使用し"qjkfsjkdfn 54df#Sub1#sdkf ++sdf #Sub2#q qfsdf445#Sub3#sdf" て を含むリストを取得します。"Sub1""Sub2""Sub3""(#.+#)"
"qjkfsjkdfn 54df#Sub1#sdkf ++sdf #Sub2#q qfsdf445#Sub3#sdf"
"Sub1"
"Sub2"
"Sub3"
"(#.+#)"