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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn 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.