**SPIP**
# Article submitted
The article "**\_COUPER\_SUITE**
(https://www.spip.net/ecrire/?exec=article&id_article=6586)" is submitted
for publication. on Wednesday 10 June 2020.
* * *
## \_COUPER\_SUITE
Wednesday 10 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 caesura 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=6458)
* the filter |couper
(https://www.spip.net/ecrire/?exec=article&id_article=5004)
— Sent by SPIP (https://www.spip.net/)
---------------------------------------------------------------------------
