542
Views
2
Comments
Regex string to check only character
Question

what is the regex to check only string with characters?

2018-03-07 09-04-55
Jakub Góralski

Hi Lovish!

Do you mean only letters? Please check it:

^[A-Za-z]+$

2017-06-21 13-04-28
Mikko Nieminen

Lovish Goyal wrote:

what is the regex to check only string with characters?

Here are 3 of my favorite tools for regex:


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.