topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 11:27 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: FARR Plugin: TinyEV - How to use Regexp with TinyEV plugin in FARR  (Read 4989 times)

tony01

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
Hi all:
Can someone tell me how Can I use regular expression with TinyEV plugin in FARR?
I tried to search with regexp using -r, but doesn't work   :

Example (-r for regexp, and I use . for any char , * for 0-many )

ev -r Win.*

and I have no results.

Note: I have everything running .

Please Help.

Thanks a lot
Tony
« Last Edit: March 07, 2010, 10:03 PM by tony01 »

ewemoa

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
I think I'd tried the following instructions from the first post of the TinyEV topic with some success:

Prefix your search with a dollar sign to use regular expression search.

Does that work for you?

I think this works out to typing something like:

ev $^fi.*x$

for things that start with:

fi

continue with some other text and end with:

x
« Last Edit: March 09, 2010, 03:33 AM by ewemoa »