I want to match whenever a word (or rather, a string that contains no white space) contains both an asterisk (*) and a tilde (~). I tried the following as my REX expression, but it doesn't seem to tdo the trick:
<$srchStr="[^\space]*\*[^\space]*~" "[^\space]*~[^\space]*\*">
<rex ROW $srchStr $inString>
etc...
Thanks in advance for the help once again
<$srchStr="[^\space]*\*[^\space]*~" "[^\space]*~[^\space]*\*">
<rex ROW $srchStr $inString>
etc...
Thanks in advance for the help once again