You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/formula.adoc
-19Lines changed: 0 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -3033,22 +3033,3 @@ Portable Contraints: The result of this function may change across locales. If s
3033
3033
|expression|result|comment
3034
3034
|UPPER("Habc7") |"HABC7"|Lowercase converted to upper case, other characters just copied to result.
3035
3035
|===
3036
-
3037
-
==== URLENCODE
3038
-
3039
-
3040
-
|===
3041
-
|*description*|Applies URL-Encoding to a text given in the first parameter using the encoding specified in the second parameter. If no encoding is given, UTF-8 is assumed.
3042
-
|*syntax*|URLENCODE( Text text, Text encoding )
3043
-
|*returns*|Text
3044
-
|*semantics*|text is the string to encode, encoding is the character set to use when encoding.
3045
-
|*constraints*|Encoding must be a valid character set.
Copy file name to clipboardExpand all lines: plugins/transforms/formula/src/main/resources/org/apache/hop/pipeline/transforms/formula/function/functions.xml
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2982,19 +2982,6 @@ System 2 The week containing the first Thursday of the year is the first week
2982
2982
</examples>
2983
2983
</function>
2984
2984
2985
-
<function>
2986
-
<category>%Category.Text</category>
2987
-
<name>URLENCODE</name>
2988
-
<description>Applies URL-Encoding to a text given in the first parameter using the encoding specified in the second parameter. If no encoding is given, UTF-8 is assumed.</description>
2989
-
<syntax>URLENCODE( Text text, Text encoding )</syntax>
2990
-
<returns>Text</returns>
2991
-
<constraints>Encoding must be a valid character set.</constraints>
2992
-
<semantics>text is the string to encode, encoding is the character set to use when encoding.</semantics>
0 commit comments