Split text by symbol: Difference between revisions

Jump to navigation Jump to search
m
Line 3: Line 3:
== Approaches ==
== Approaches ==
list of equivalent approaches to split text by symbol
list of equivalent approaches to split text by symbol
* Excel: (1) LEFT, RIGHT, FIND, LEN (2) MOD, FIND, LEN
* PHP: [http://php.net/explode explode] function
* PHP: [http://php.net/explode explode] function
* MySQL: [http://www.w3resource.com/mysql/string-functions/mysql-substring_index-function.php MySQL SUBSTRING_INDEX() function - w3resource]
* MySQL: [http://www.w3resource.com/mysql/string-functions/mysql-substring_index-function.php MySQL SUBSTRING_INDEX() function - w3resource]
* Excel: (1) LEFT, RIGHT, FIND, LEN (2) MOD, FIND, LEN


== Example ==
== Example ==

Navigation menu