ఫుడ్ డిపార్ట్మెంట్ లో ఫీజు లేకుండా ఉద్యోగాలు | BIS Recruitment 2025 | Freejobsintelugu
$sentences = preg_split( ‘/(\.|\?|\!)(\s)/’, $excerpt, 3, PREG_SPLIT_DELIM_CAPTURE );
// Concatenate the first 5 elements of an array, including the delimiters. (2 sentences)
$excerpt = ”;
for ( $i = 0; $i < 5; $i++ ) {
if ( isset( $sentences[ $i ] ) ) {
$excerpt .= $sentences[ $i ];
}
}