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.
次のような自然言語文字列を検出するオプションはありますか。
日付、時間、繰り返しルール、繰り返し開始と終了などのオブジェクトに変換します...
iOSでそのようなことを検出することは可能ですか?
私はPythonについてあまり知りませんが、ドキュメントからわかることから、コードは次のとおりです。
str = "AAAA" str += pack("<I", 0)
pack 関数の結果を str に追加します。これは、リトル エンディアン スタイルの整数値 0 になります。私の質