「INSTR」を含む例文一覧(3)

  • Creates a PyFloatObject object based on the string value instr, or NULL on failure.
    str の文字列値をもとに PyFloatObject オブジェクトを生成します。 失敗すると NULL を返します。 - Python
  • Return a new PyLongObject based on the string value instr, which is interpreted according to the radix in base.
    str の文字列値に基づいて、新たな PyLongObject を返します。 このとき base を基数として文字列を解釈します。 - Python
  • Replace at most maxcount occurrences of substr instr with replstr and return the resulting Unicode object.maxcount == -1 means replace all occurrences.
    str 中に出現する substr を最大で maxcount 個replstr に置換し、置換結果を Unicode オブジェクトにして返します。 maxcount == -1 にすると、全ての substr を置換します。 - Python

例文データの著作権について