M
M
MasterCopipaster2020-06-09 10:21:57
PHP
MasterCopipaster, 2020-06-09 10:21:57

How to remove cyrillic from a string in php regex?

Actually the question is in the title, there is a line

123?:%fwfafywsadasdasd

I want to get it without Cyrillic, but I can’t google the regular expression, tell me please
123?:%sadasdasd

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
IvanMogilev, 2020-06-09
@MasterCopipaster

Hold

E
Edward, 2020-06-09
@IS-Builder

MasterCopipaster ~\p{Cyrillic}+~u

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question