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.
だから私は文字列を持っています
pn2 = -.433222082282652077正規表現を使用して2つの文字列に解析する必要があります(値を2つの変数に入れます)
最初のA:
pn2
2番目のB:
-0.433222082282652077
メープルでそのようなことをする方法は?
スプリットを使ってみませんか?セパレータとして使用=します。Split(str, "=")
=
Split(str, "=")