Show areas in string that match a sub query in the reg ex.
i.e.
^([^\s]*)
would show only the first string (characters ending a in a whitespace character) as matching.
Log in to post a comment.