S
S
sarkisssik2016-03-01 13:37:55
Notepad++
sarkisssik, 2016-03-01 13:37:55

Regular for NOTEPAD++ How to do it?

Hello . Notepad has a line

28872 => Array
        (
            84 => /md_function.php
        )

    938483 => Array
        (
            14 => error_reporting
        )

tell me the regular expression for adding quotes to the array values ​​so that I get the output
28872 => Array
    (
        84 => "/md_function.php"
    )

938483 => Array
    (
        14 => "error_reporting"
    )

Tried to search like that
(?:=>\s+)(?!Array)(.+)$
but not looking for
Thank you!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question