Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
findrx, back referencing, and variable assignment
#1
is there a way to assign the values of the back references to variables in one fell swoop?

eg
Code:
Copy      Help
str a b c
c="quickmacros.com"
findrx(c "(q.*s)\.(\D{2,3})")
a=$1;;which would be "quickmacros"
b=$2 ;;which would be "com"
An old blog on QM coding and automation.

The Macro Hook


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)