regex/example/timer/input_script.txt
John Maddock f11333d352 Added license info.
[SVN r40900]
2007-11-07 18:26:11 +00:00

15 lines
323 B
Plaintext

abc
aaaaaaaaaaabcccccccc
quit
^([0-9]+)(\-| |$)(.*)$
100- this is a line of ftp response which contains a message string
quit
quit
# Copyright 2007 John Maddock.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt).