**SPIP**
# Article validated
The article "**\_COUPER\_SUITE**
(https://www.spip.net/en_article6586.html)" was validated by
<multi>[ar]جورج[fr]George [en]George</multi>.
* * *
## \_COUPER\_SUITE
Thursday 11 June 2020 , by [jack](.././?page=auteur&id_auteur=593&)
The constant **`_COUPER_SUITE`** allows to customize the string displayed
when cutting a text via the filter |couper
(https://www.spip.net/ecrire/?exec=article&id_article=5004).
(From SPIP 3.2.2 onwards)
It is also the string used for the cropping of the #INTRODUCTION
(https://www.spip.net/ecrire/?exec=article&id_article=5114) tag if the
\_INTRODUCTION\_SUITE constant is not defined.
The default value of this constant is: ` (...)`
To set another value, edit the file `config/mes_options.php` (See the
article dedicated to it
(https://www.spip.net/ecrire/?exec=article&id_article=4909)).
// Define a custom caesura
define
(http://www.php.net/define)
(
'_COUPER_SUITE'
,
' [...]'
)
;
## See also
* the tag #INTRODUCTION
(https://www.spip.net/ecrire/?exec=article&id_article=5114)
* the constant \_INTRODUCTION\_SUITE
(https://www.spip.net/ecrire/?exec=article&id_article=6587)
* the filter |couper
(https://www.spip.net/ecrire/?exec=article&id_article=5004)
— Sent by SPIP (https://www.spip.net/)
---------------------------------------------------------------------------
