Author Topic: Regex Regex Regex!  (Read 6783 times)

Crash+Burn

  • Junior Member
  • **
  • Posts: 33
    • View Profile
Regex Regex Regex!
« on: November 05, 2014, 21:46:21 »
Wooo Hoo regex in filters (search) AND selection!

And learned something, I had always thought "*.*" was a valid (if redundant) regex. Apparently only in tools that ignore the regex spec and just consider it ".*"

Anyways, very cool.

Regex Regex Regex!! Aaaahahahahaa!
--- [sounds like the disembodied spirit of 'Jack the Ripper' from "ST:TOS, "Wolf in the Fold" (S02E14)]
« Last Edit: November 05, 2014, 21:50:53 by Crash+Burn »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Regex Regex Regex!
« Reply #1 on: November 05, 2014, 21:56:27 »
I'm no regexp expert..  Trying to do regexp almost makes my head explode..

But there are couple of different regexp specs.  But most of them work almost the same. But there are minor differences between them.
MC using the RegExp engine that are now part of the C++ Language.. and by default it is using the "ECMAScript syntax" grammer (Should be same as JavaScript uses)
( http://www.cplusplus.com/reference/regex/ECMAScript/ )
« Last Edit: November 05, 2014, 21:58:38 by Mathias (Author) »