Page MenuHomePhabricator

Search and Replace: regexes not treated as multiline
Closed, ResolvedPublic

Description

Author: wikibugs

Description:
Screen print of the error

Reporting against Babaco Release : r58199

Steps to Reproduce ::

  1. Select a random page
  2. Edit a section
  3. Enter text as

Sachin Bhatt
D'Souza
Ul-Haq

  1. Search for regex ^([a-zA-Z '-]+)$

<<search is not identify the matching text>>

Expected Outcome::
Search should identify the matching text

Test Environment::

Browser (User-Agent): Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0 (.NET CLR 3.5.30729)

Browser (User-Agent): Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.00


Version: unspecified
Severity: minor

Attached:

Details

Reference
bz21343

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:58 PM
bzimport set Reference to bz21343.

wikibugs wrote:

When the info[a-z]*[^][a-z] use, it return the text infobox'actor where the ' is not searched.

wikibugs wrote:

Reporting against Babaco Release : r58867

Steps to Reproduce ::
Use the same steps as above

(In reply to comment #1)

When the info[a-z]*[^][a-z] use, it return the text infobox'actor where the '
is not searched.

Note that this is an invalid regex.

Could you try reproducing this problem again, and supply more details about the text, regex and browser used?

wikibugs wrote:

The bug is not reproducible. Therefore can marked as fixed

wikibugs wrote:

Closing as per Comment 5