topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 19, 2024, 9:58 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: What language is FARR regex? i.e how do I learn to use regex applicable to FARR  (Read 3080 times)

jinxx

  • Supporting Member
  • Joined in 2014
  • **
  • default avatar
  • Posts: 10
    • View Profile
    • Donate to Member
I want to learn to make some regex to work in Farr, wondering which language I would need to look at to learn it.

I know some programming basics but nothing about regex.

wjamoe

  • Supporting Member
  • Joined in 2010
  • **
  • Posts: 99
    • View Profile
    • Donate to Member
You can find more technical information about the FARR Perl Compatible Regular Expressions library (regex or filter patterns) at http://www.pcre.org/
There you'll find several links to documentation. For a good introduction on how to use try

wikipedia
https://en.wikipedia..._Regular_Expressions

man(ual) page
http://perldoc.perl.org/perlre.html