Split text by symbol: Difference between revisions

Jump to navigation Jump to search
m
No edit summary
Line 1: Line 1:
Split text by symbol (another string, also called delimiter or separator)
Split text by symbol (another string, also called delimiter or separator)


== Approachs ==
== Approaches ==
list of equivalent approaches
* Excel: (1) LEFT, RIGHT, FIND, LEN (2) MOD, FIND, LEN
* Excel: (1) LEFT, RIGHT, FIND, LEN (2) MOD, FIND, LEN
* PHP: [http://php.net/explode explode] function
* PHP: [http://php.net/explode explode] function

Navigation menu