How do I create a text splitter script in PHP?

Asked By 30 points N/A Posted on -
qa-featured

Hi TechGuru! I am currently developing an MVC using PHP for my school project. I need a text splitter script which is able to take the URI, and split it using / and or and returning specific strings to be used in my controllers. I am able to handle it at the point that the controllers are supposed to pick it up. I need this help urgently. Thanks.

SHARE
Best Answer by Wade S Veith
Answered By 0 points N/A #168170

How do I create a text splitter script in PHP?

qa-featured

You can get the PHP Text Splitter from the link given below:

http://www.zubrag.com/scripts/text-splitter.php

It has custom sentences separator and you do not need any third party software to run this.

Alternatively, you can use the explode( separator, string_to_split) function. Go to the link below to read more information on using this function.

http://www.homeandlearn.co.uk/php/php7p5.html

Best Answer
Best Answer
Answered By 65 points N/A #168171

How do I create a text splitter script in PHP?

qa-featured

Hello Duncan,

PHP is a server side scripting language designed for web development but also used as a general-purpose programming language.

It is difficult to create text splitter in PHP especially if it involves large files.

To make your job easy and worry free there is software you can download thru this.

PHP text splitter gets plain text as input and breaks it into separate sentences.

 

Related Questions