Post Reply 
Some text matching questions
Sep. 25, 2008, 03:02 PM
Post: #31
RE: Some text matching questions
(Sep. 25, 2008 03:56 AM)Vendettta Wrote:  it's not apparent how the whole line should be expressed in a logical sequence.

(!$SET(#=.))+{1,*}

1. Match !
2. Set stack to .
3a. + says "Repeat 1 and 2".
3b. {1,*} says "Must match once, Match all."

The 1 is needed because !+ would match ! or nothing.

"space and", space?
(Sep. 25, 2008 09:24 AM)lnminente Wrote:  adding (^?) or $TST() later gives you the absolute security it will never match.
What happens, if you use PrxNeverMatch(^?) and PrxNeverMatch is the last thing?
Quote this message in a reply
Post Reply 


Messages In This Thread
Some text matching questions - Vendettta - Sep. 10, 2008, 05:05 AM
RE: Some text matching questions - ProxRocks - Sep. 10, 2008, 04:21 PM
RE: Some text matching questions - Vendettta - Sep. 10, 2008, 07:52 PM
RE: Some text matching questions - lnminente - Sep. 10, 2008, 08:09 PM
RE: Some text matching questions - Vendettta - Sep. 11, 2008, 03:29 AM
RE: Some text matching questions - ProxRocks - Sep. 11, 2008, 12:18 PM
RE: Some text matching questions - Kye-U - Sep. 11, 2008, 01:10 PM
RE: Some text matching questions - Vendettta - Sep. 12, 2008, 03:40 AM
RE: Some text matching questions - ProxRocks - Sep. 12, 2008, 08:29 AM
RE: Some text matching questions - Guest - Sep. 13, 2008, 04:03 AM
RE: Some text matching questions - ProxRocks - Sep. 13, 2008, 02:30 PM
RE: Some text matching questions - lnminente - Sep. 13, 2008, 04:29 PM
RE: Some text matching questions - Vendettta - Sep. 16, 2008, 06:25 AM
RE: Some text matching questions - Guest - Sep. 16, 2008, 08:53 PM
RE: Some text matching questions - Vendettta - Sep. 17, 2008, 07:01 AM
RE: Some text matching questions - Guest - Sep. 17, 2008, 04:18 PM
RE: Some text matching questions - Guest - Sep. 19, 2008, 04:19 AM
RE: Some text matching questions - ProxRocks - Sep. 19, 2008, 11:44 AM
RE: Some text matching questions - Vendettta - Sep. 20, 2008, 02:30 AM
RE: Some text matching questions - ProxRocks - Sep. 20, 2008, 03:36 AM
RE: Some text matching questions - Guest - Sep. 20, 2008, 04:23 AM
RE: Some text matching questions - Vendettta - Sep. 22, 2008, 03:06 AM
RE: Some text matching questions - Guest - Sep. 22, 2008, 03:33 PM
RE: Some text matching questions - lnminente - Sep. 23, 2008, 08:23 PM
RE: Some text matching questions - Guest - Sep. 24, 2008, 02:46 PM
RE: Some text matching questions - Vendetta - Sep. 24, 2008, 05:07 AM
RE: Some text matching questions - Vendettta - Sep. 25, 2008, 01:52 AM
RE: Some text matching questions - Guest - Sep. 25, 2008, 02:26 AM
RE: Some text matching questions - Vendettta - Sep. 25, 2008, 03:56 AM
RE: Some text matching questions - Guest - Sep. 25, 2008 03:02 PM
RE: Some text matching questions - lnminente - Sep. 25, 2008, 09:24 AM
RE: Some text matching questions - Vendetta - Sep. 25, 2008, 08:14 PM
RE: Some text matching questions - lnminente - Sep. 26, 2008, 12:23 AM
RE: Some text matching questions - Guest - Sep. 26, 2008, 04:50 AM
RE: Some text matching questions - lnminente - Sep. 26, 2008, 09:43 AM
RE: Some text matching questions - lnminente - Oct. 27, 2008, 04:23 PM
RE: Some text matching questions - z12 - Oct. 27, 2008, 04:55 PM
RE: Some text matching questions - lnminente - Oct. 27, 2008, 06:14 PM
RE: Some text matching questions - z12 - Oct. 27, 2008, 07:06 PM
RE: Some text matching questions - lnminente - Oct. 28, 2008, 01:11 AM

Forum Jump: