Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorgilray
    • CommentTimeDec 7th 2006
     
    I'm looking to create a regular expression that will provide a positive match if all of the following term are present within a bunch of text:

    Company:
    Symbol:
    Price:

    This regex will be used in conjunction with email filtering to filter out some spam that relates to purchasing stock.

    I've been looking at regular-expressions.info and can't figure it out.

    Can anyone help me please?