Changes

1 byte added ,  16:43, 10 June 2024
Line 13: Line 13:  
==# to split strings==  
 
==# to split strings==  
   −
# splits strings into arrays.  
+
# splits strings into arrays.  
    
If numbers are provided on the right of #, then splits can be done in a pattern. If regular expressions are provided on the right, the splits will be based on the regular expression.
 
If numbers are provided on the right of #, then splits can be done in a pattern. If regular expressions are provided on the right, the splits will be based on the regular expression.
2,824

edits