R
R
Ruslan Absalyamov2018-08-02 11:22:52
Regular Expressions
Ruslan Absalyamov, 2018-08-02 11:22:52

How to find any special character by regular expression?

How can I create a query to find any special characters, write them all, or is there some kind of pattern?
I just didn’t find one, only the maximum is acceptable from such a phrase "Bastille" based on the painting by K. Korovin
in order to remove the first special characters, so that it is sorted out.
/\"/
But what if there are not such quotes but others or some other special character, how is it easier to do? not to write/\"\'.../

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Dart, 2018-08-02
@rusline18

Something like this is better to do so that later you can add the necessary characters https://regex101.com/r/65kxaA/1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question