Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ^(?=.*b(?:averages?|standard|means?)b)(?=.*b(?:goods?)b)(?=.*b(?:costs|cost to the company|sold by vendors?|bought from vandors?)b).*$
  2.  
  3. string[] splitPat = value.Split(new string[] { ")(" }, StringSplitOptions.None);
  4.  
  5. ^(?=.*b((?:averages?|standard|means?))b)(?=.*b((?:goods?))b)(?=.*b((?:costs|cost to the company|sold by vendors?|bought from vandors?))b).*$
  6.  
  7. What is average goods costs.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement