Closed (fixed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Rules Core
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jun 2012 at 18:54 UTC
Updated:
31 Mar 2017 at 19:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mitchell commentedAttached are two versions of the same patch. The first is by mlncn, and the second has a few changes to labels and help text by me. I include an interdiff for easy comparison.
Comment #3
geek-merlinHey let's finally get this in.
Took patch 1b and
* fixed syntax error
* result is now a list of strings
* if a subpattern is named "result", this is taken, otherwise the whole match
* regexp input now includes delimiters and possibly modifiers (hardcoding delimiters is a PITA for some regexps and modifiers are useful)
* enriched descriptions and links
* added tests
patch flying in, food for testbot!
Comment #5
geek-merlinapply patch, apply!
Comment #6
geek-merlinWhat about multibyte? We need to force the "u" modifier.
Added that.
Comment #7
geek-merlinminor fix to result form label.
Comment #8
geek-merlinups, this needs work on the result paradigm.
Comment #9
geek-merlinThis looks better to me.
Comment #11
geek-merlinhttps://www.drupal.org/project/rules_regex
;-)