Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8667

Re: Match textpattern to match two words in a string

$
0
0

This works (verified by testing):

match(test_text, "First Part.*Second Part")

 

The ".*" in the middle will match one or more characters until it gets to end of string (no match) or it finds "Second Part" (match).


Viewing all articles
Browse latest Browse all 8667

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>