02-24-2012, 04:09 PM
If no "fgh" as a character set, use [^fgh]+?
If no "fgh" as exact substring, with my knowledge of regular expressions it is not possible. Then also need to use another function, eg find().
stackoverflow is one of the best, and it is usually in the first page of google search results, for whatever
If no "fgh" as exact substring, with my knowledge of regular expressions it is not possible. Then also need to use another function, eg find().
stackoverflow is one of the best, and it is usually in the first page of google search results, for whatever
