K
K
karpo5182019-01-15 13:45:54
Regular Expressions
karpo518, 2019-01-15 13:45:54

How to use regex modifiers when searching in a text editor?

For example, in code I often use a construction like #regular_exp#siU. In sublime text, when searching through a document, this syntax does not work. Earlier somewhere I met the use of modifiers in the form of a prefix. I can't find the syntax right now. Tell?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2019-01-15
@karpo518

Just add to the beginning of the regular expression
(?si)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question