14,954
edits
m (→Approaches) |
|||
| Line 3: | Line 3: | ||
== Approaches == | == Approaches == | ||
list of equivalent approaches to split text by symbol | list of equivalent approaches to split text by symbol | ||
* 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 == | ||