User Tools

Site Tools


en:explode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:explode [2016/08/12 12:56]
admin
en:explode [2016/08/12 21:44]
admin
Line 2: Line 2:
  
 ==== Format ==== ==== Format ====
-variable = **explode** ( [[stringexpressions|string_expression]] , //delimiter_expr// )\\ +variable = **explode** ( [[stringexpressions|string_expression]] , [[stringexpressions|delimiter_expression]] )\\ 
-variable = **explode** ( [[stringexpressions|string_expression]] , //delimiter_expr// , [[booleanexpressions|boolean_expression]] )\\+variable = **explode** ( [[stringexpressions|string_expression]] , [[stringexpressions|delimiter_expression]] , [[booleanexpressions|boolean_expression]] )\\
  
 returns a [[lists|list]] of strings.  Typically this function is used to create an array. returns a [[lists|list]] of strings.  Typically this function is used to create an array.
  
 ==== Description ==== ==== Description ====
-Splits up the [[stringexpressions|string_expression]] into substrings wherever the //delimiter_expr// occurs.+Splits up the [[stringexpressions|string_expression]] into substrings wherever the [[stringexpressions|delimiter_expression]] occurs.
  
 You may also specify an optional Boolean value to specify that the search will treat upper and lower case letters the same. You may also specify an optional Boolean value to specify that the search will treat upper and lower case letters the same.
en/explode.txt · Last modified: 2020/02/28 10:46 (external edit)