Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

regex handling

how to extract a four digit number from a string using t-map

Labels (2)
1 Reply
TRF
Champion II
Champion II

Depends of the input format.

Look at "string.replaceAll" method as a starting point, it's the solution in most cases.