F
F
fOstere2021-01-26 05:11:04
Regular Expressions
fOstere, 2021-01-26 05:11:04

How to add characters at the beginning of a line in Notepad++, ignoring empty characters?

How to add characters at the beginning of a line, ignoring empty lines?

Suddenly it will be useful - each line begins with ".

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
SOTVM, 2021-01-26
@fOstere

in replace mode with regular
expressions find ^\s*"replace with ваши_символы"

A
Alexander Shapoval, 2017-06-24
@danyfir

$result = $db->query("SELECT `meta_value` FROM `wp_postmeta`");
$row_array = $result->fetchAll();
print_r($row_array);

R
Ruslan, 2017-06-24
@rOOse

And what for direct requests in a DB? Why not make it a standard VI function?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question