justplainsoccer
Member
- Joined
- Dec 3, 2003
- Messages
- 14
how would i make an expression that finds a period not followed by a string?
\. + [^string]
but that matches
.s
.t
.r
.i
.n
.g
any ideas?
\. + [^string]
but that matches
.s
.t
.r
.i
.n
.g
any ideas?