New Bug Encountered: EXTRACTNUMBERS() differenc between Expression Assistant and App

EXTRACTNUMBERS("Text 1111 Text 2222 3333 Text")
will give the result:
In Expression Assistant: 1111 , 2222 , 3333
In App: 1111 , 2222

It seems that there has to be text between each number.
So my actual workaround is:
EXTRACTNUMBERS(SUBSTITUTE("Text 1111 Text 2222 3333 Text"," "," _ "))

Adding @tony

0 1 251
1 REPLY 1

@tony I found out this has to do with this bug:

Top Labels in this Space