Hello, I want to extract the number from this text:
PENSEZ(ABRIQUECARTON
ETSONBOUCHON
AUTRIARECYCLER
CONSIGNEPOUVANTVARIERLOCALEMENT
3
>WWW.CONSIGNESDETRIFR
229820019611>
Do you have any idea? thanks for your help
Hello, I want to extract the number from this text:
PENSEZ(ABRIQUECARTON
ETSONBOUCHON
AUTRIARECYCLER
CONSIGNEPOUVANTVARIERLOCALEMENT
3
>WWW.CONSIGNESDETRIFR
229820019611>
Do you have any idea? thanks for your help
Regex code: \d+
test that here: https://regex101.com/
@Eugene_West perfect ! works well, but now I have the results in two text: (text - 1 & text - 2)
Do you have any clue to join this two text in one? in order to make an API call after?
thanks a lot
if it is an array, you can use “append” or 'join" to concatenate the numbers into a single string/ line
@Eugene_West thanks, but I have only the “join with” and I need to select other option after
Many thanks @Eugene_West
This topic was automatically closed after 70 days. New replies are no longer allowed.