Is the regular expression syntax for FART documented anywhere?
Brought to you by:
soepy
I'm trying to search for character sequences that involve both the --c-style option (so that I can use \x2F to represent a forward slash), and also --word, so I can use regular expressions. However I can't get regular expressions to work.
E.g.
`fart --line-number --ignore-case --preview --c-style --word *.pas "\x2F\x2F.*hello"
should match and print out the lines:
`// hello
`// well, hello there
but it doesn't.
Wildcards are not supported :( Sorry.
On Fri, Aug 12, 2016 at 6:20 AM, Ross rossmcm@users.sf.net wrote:
--
L.
Related
Support Requests: #9
Thanks for the reply - are any other regular expression constructs supported apart from wildcards - e.g. [a-z] and similar?
No, sorry.
Have a look at 'sed', http://gnuwin32.sourceforge.net/packages/sed.htm
On Mon, Aug 15, 2016 at 3:56 AM, Ross rossmcm@users.sf.net wrote:
--
L.
Related
Support Requests: #9