About 891,000 results
Open links in new tab
  1. string — Common string operations — Python 3.14.3 documentation

    Mar 25, 2026 · A string containing all ASCII characters that are considered whitespace. This includes the characters space, tab, linefeed, return, formfeed, and vertical tab. Custom string formatting ¶ The …

  2. if with multi condition - KNIME Community Forum

    Jun 10, 2024 · hi @alrz , I’m assuming these are string columns. You may also be able to use String Manipulation (Multi Column) : select only the columns that you want to act on, and use the following …

  3. how to have multiple replace statements when using String manipulation ...

    Mar 18, 2024 · The string manipulation node cannot accept multiple statements in the sense that they execute one after the other but it is possible to combine some statements together by “nesting” them,

  4. String Manipulation (Multi Column)Appender - KNIME Community …

    Mar 20, 2024 · Reassembles the available set of columns after a String Manipulation (Multi Column) node that was preceded by a String Manipulation (Multi Column) Splitter. Th…

  5. String Manipulation (Multi-Column) - Conditional Formatting

    Apr 28, 2024 · Hi @KaboboJakobo , the String Manipulation (Multi Column) node doesn’t have the and, not, if etc statements that you are trying to use. It does however contain the ability to incorprate the …

  6. KNIME - 文字列を操作する ~String Manipulation~ - デジタル推進課

    May 3, 2020 · ここで注意したいのが、string ()というjoinとは違う関数が入っていることです。お気づきかもしれませんが、joinは文字列しか扱えません。$残業時間 [h]$はもともと数字(Integer)な …

  7. String Manipulation (Multi Column) - NodePit

    The String Manipulation (Multi Column) node is an extension of the String Manipulation node, applying the provided expression to every selected column in turn. This can be used to search and replace, …

  8. String Manipulation (Multi Column) - KNIME Community Forum

    Jul 12, 2020 · This workflow shows three different string manipulation on multiple columns, namely: - capitalize all String type columns - replace "-" with a space in six columns - transform all …

  9. Invalid Type Identifier for Variable Error - forum.knime.com

    Nov 4, 2024 · A “feature” of the String Manipulation (Multi Column) node that makes it a little more awkward to use than it should be is that it doesn’t play well with certain datatypes. To my knowledge, …

  10. Strings and Character Data in Python – Real Python

    In this tutorial, you'll learn how to use Python's rich set of operators and functions for working with strings. You'll cover the basics of creating strings using literals and the str() function, applying string …