R
R
Ruslan Absalyamov2019-03-07 15:30:48
Regular Expressions
Ruslan Absalyamov, 2019-03-07 15:30:48

How to make a check to look for all letters in the text with lower case in regex?

I can have a different value and everything with a small letter was replaced by ##. And the big ones were replaced by ####.
Here is an example https://regex101.com/r/Wlvakr/1
Let's say there is dmY It
was about fantasy to do /(\w+[az])/. But I realized that it does not work. I can take all the letters, but in a small register it somehow doesn’t work out well for me.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2019-03-07
@rusline18

https://regex101.com/r/Wlvakr/3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question