Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

129
Views
How to make a regular expression admit only admits lowercase letters

I want to make a regular expression that only accepts lowercase letters and does not allow uppercase letters and does not allow white space. So far I have this:

\S[a-z]

Please help me, I dont know how make that I'm working on it in reactJS with the ant library, and I want to add a rule to my form but the regular expression doesn't work for what I really need

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

/^[a-z]+$/

^ - start of string

$ - end of string

[] - Character Classes

you can use + for one or more OR * zero or more

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!