Bug 54189

Summary: Add a function to quote ORO regexp meta characters
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.8   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2012-11-22 12:07:22 UTC
This function would do the equivalent of \Q \E for ORO Regexp as it does not exist in it.
Comment 1 Philippe Mouawad 2012-11-22 12:24:38 UTC
Date: Thu Nov 22 12:23:44 2012
New Revision: 1412519

URL: http://svn.apache.org/viewvc?rev=1412519&view=rev
Log:
Bug 54189 - Add a function to quote ORO regexp meta characters
Bugzilla Id: 54189

Added:
    jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeOroRegexpChars.java   (with props)
Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/functions.xml
Comment 2 Philippe Mouawad 2012-11-22 12:26:17 UTC
Date: Thu Nov 22 12:25:36 2012
New Revision: 1412521

URL: http://svn.apache.org/viewvc?rev=1412521&view=rev
Log:
Bug 54189 - Add a function to quote ORO regexp meta characters
eol-type
Bugzilla Id: 54189

Modified:
    jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeOroRegexpChars.java   (props changed)
Comment 3 Philippe Mouawad 2012-11-22 12:35:47 UTC
Function has been named __escapeOroRegexpChars
Comment 4 The ASF infrastructure team 2022-09-24 20:37:52 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2994