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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Regex to get middle of a string with known character boundaries

Hi, can I use a regex in tMap to get only what's in the .* portion of this string?
(<br>Specific Text: ).*(</br>)
If not, what's the best way to go about this?
Thank You 0683p000009MACn.png
Labels (2)
10 Replies
Anonymous
Not applicable
Author

Fine. You could replace the star * in your regex with a expression like this: {,1000} to allow not content and content with size of 1000 chars.