Bug 54189 - Add a function to quote ORO regexp meta characters
Summary: Add a function to quote ORO regexp meta characters
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.8
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-22 12:07 UTC by Philippe Mouawad
Modified: 2012-11-22 12:35 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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